API Reference
VisioShowcaseProofSummary
Summarizes structural proof details that are useful when reviewing a generated showcase diagram.
Inheritance
- Object
- VisioShowcaseProofSummary
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 VisioShowcaseDiagram.ProofSummary
Inherited Methods
public override Boolean Equals(Object obj) #BooleanParameters
- obj Object
Properties
public IReadOnlyList<String> StencilCatalogs { get; } #Distinct stencil catalogs represented in the diagram stencil profile.
public IReadOnlyList<String> ShapeDataKeys { get; } #Distinct Shape Data keys represented by shapes in the diagram stencil profile.
public IReadOnlyList<String> ConnectorShapeDataKeys { get; } #Distinct Shape Data keys represented by connectors in the diagram stencil profile.
public IReadOnlyList<String> SemanticKinds { get; } #Distinct OfficeIMO semantic kind values represented in the diagram stencil profile.
public Int32 StencilCatalogCount { get; } #Number of distinct stencil catalogs represented in the diagram stencil profile.
public Int32 ShapeDataKeyCount { get; } #Number of distinct shape Shape Data keys represented in the diagram stencil profile.
public Int32 ConnectorShapeDataKeyCount { get; } #Number of distinct connector Shape Data keys represented in the diagram stencil profile.
public Int32 SemanticKindCount { get; } #Number of distinct semantic kind values represented in the diagram stencil profile.
public Int32 StencilUsageCount { get; } #Number of grouped stencil/profile usages reported by the diagram stencil profile.
public Int32 TotalShapeCount { get; } #Total shape count reported by the diagram stencil profile.
public Int32 ConnectorCount { get; } #Total connector count reported by the diagram stencil profile.
public Int32 TotalConnectionPointCount { get; } #Total connection points reported by the diagram stencil profile.
public Int32 ConnectionPointShapeCount { get; } #Number of shapes with connection points reported by the diagram stencil profile.
public Int32 StencilFamilyCount { get; } #Number of stencil families represented in the diagram stencil profile.
public Int32 StencilBackedShapeCount { get; } #Number of shapes carrying OfficeIMO stencil metadata in the diagram stencil profile.
public Int32 BasicGeometryShapeCount { get; } #Number of basic geometry shapes reported by the diagram stencil profile.
public Int32 MasterBackedShapeCount { get; } #Number of master-backed shapes reported by the diagram stencil profile.
public Int32 PackageBackedShapeCount { get; } #Number of package-backed shapes reported by the diagram stencil profile.
public Int32 GeneratedMasterBackedShapeCount { get; } #Number of generated-master-backed shapes reported by the diagram stencil profile.
public Int32 SemanticOnlyShapeCount { get; } #Number of semantic-only shapes reported by the diagram stencil profile.