API Reference
VisioShowcaseProofTotals
Aggregates structural proof metrics across every generated showcase diagram.
Inheritance
- Object
- VisioShowcaseProofTotals
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property VisioShowcaseSummary.ProofTotals
Inherited Methods
public override Boolean Equals(Object obj) #BooleanParameters
- obj Object
Properties
public Int32 TotalShapeCount { get; } #Total shape count across diagram stencil profiles.
public Int32 ConnectorCount { get; } #Total connector count across diagram stencil profiles.
public Int32 StencilUsageCount { get; } #Total grouped stencil/profile usage count across diagram stencil profiles.
public Int32 TotalConnectionPointCount { get; } #Total connection point count across diagram stencil profiles.
public Int32 ConnectionPointShapeCount { get; } #Total number of shapes with connection points across diagram stencil profiles.
public Int32 StencilFamilyCount { get; } #Total stencil family count across diagram stencil profiles.
public Int32 StencilBackedShapeCount { get; } #Total stencil-backed shape count across diagram stencil profiles.
public Int32 BasicGeometryShapeCount { get; } #Total basic geometry shape count across diagram stencil profiles.
public Int32 MasterBackedShapeCount { get; } #Total master-backed shape count across diagram stencil profiles.
public Int32 PackageBackedShapeCount { get; } #Total package-backed shape count across diagram stencil profiles.
public Int32 GeneratedMasterBackedShapeCount { get; } #Total generated-master-backed shape count across diagram stencil profiles.
public Int32 SemanticOnlyShapeCount { get; } #Total semantic-only shape count across diagram stencil profiles.
public IReadOnlyList<String> StencilCatalogs { get; } #Distinct stencil catalogs represented across all diagram stencil profiles.
public Int32 StencilCatalogCount { get; } #Number of distinct stencil catalogs represented across all diagram stencil profiles.
public IReadOnlyList<String> ShapeDataKeys { get; } #Distinct Shape Data keys represented across all diagram stencil profiles.
public Int32 ShapeDataKeyCount { get; } #Number of distinct Shape Data keys represented across all diagram stencil profiles.
public IReadOnlyList<String> ConnectorShapeDataKeys { get; } #Distinct connector Shape Data keys represented across all diagram stencil profiles.
public Int32 ConnectorShapeDataKeyCount { get; } #Number of distinct connector Shape Data keys represented across all diagram stencil profiles.
public IReadOnlyList<String> SemanticKinds { get; } #Distinct semantic kind values represented across all diagram stencil profiles.
public Int32 SemanticKindCount { get; } #Number of distinct semantic kind values represented across all diagram stencil profiles.