API Reference
VisioShowcaseDiagramEvidence
Describes which review artifacts exist for one generated showcase diagram.
Inheritance
- Object
- VisioShowcaseDiagramEvidence
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.Evidence
Inherited Methods
public override Boolean Equals(Object obj) #BooleanParameters
- obj Object
Properties
public Boolean HasNativeSvgPreview { get; } #Whether the diagram has an OfficeIMO-native SVG preview artifact.
public Boolean HasNativePngPreview { get; } #Whether the diagram has an OfficeIMO-native PNG preview artifact.
public Boolean HasDesktopSvgPreview { get; } #Whether the diagram has a Microsoft Visio desktop SVG preview artifact.
public Boolean HasDesktopPngPreview { get; } #Whether the diagram has a Microsoft Visio desktop PNG preview artifact.
public Boolean HasInspectionProof { get; } #Whether the diagram has a deterministic inspection proof artifact.
public Boolean HasStencilProfileProof { get; } #Whether the diagram has a deterministic stencil-profile proof artifact.
public Boolean HasVisualQualityProof { get; } #Whether the diagram has a deterministic visual-quality proof artifact.
public Boolean HasCompleteNativePreview { get; } #Whether the diagram has both native SVG and native PNG previews.
public Boolean HasCompleteDesktopPreview { get; } #Whether the diagram has both desktop SVG and desktop PNG previews.
public Boolean HasCompleteStructuralProof { get; } #Whether the diagram has both inspection and stencil-profile proof artifacts.
public Boolean HasCompleteReviewProof { get; } #Whether the diagram has structural proof and visual-quality proof artifacts.
public Boolean HasCompleteNativeEvidence { get; } #Whether the diagram has complete native preview and review proof artifacts.
public Boolean HasCompleteDesktopEvidence { get; } #Whether the diagram has complete desktop preview and review proof artifacts.
public Boolean HasCompletePreviewEvidence { get; } #Whether the diagram has complete native or desktop preview evidence plus review proof artifacts.