API Reference
Enum
VisioShowcaseArtifactKind
Describes the role a generated file plays in a Visio showcase proof bundle.
Inheritance
- Enum
- VisioShowcaseArtifactKind
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 VisioShowcaseArtifact.Kind
- Field VisioShowcaseArtifactKind.DesktopPreview
- Field VisioShowcaseArtifactKind.Inspection
- Field VisioShowcaseArtifactKind.NativePreview
- Field VisioShowcaseArtifactKind.Package
- Field VisioShowcaseArtifactKind.Preview
- Field VisioShowcaseArtifactKind.Proof
- Field VisioShowcaseArtifactKind.StencilProfile
- Field VisioShowcaseArtifactKind.VisualQuality
Inherited Methods
public override sealed Int32 CompareTo(Object target) #Returns:
Int32Inherited from Enum
Parameters
- target Object
public override sealed String ToString(String format, IFormatProvider provider) #Returns:
StringInherited from Enum
Obsolete("The provider argument is not used. Use ToString(String) instead.")Parameters
- format String
Values
public const VisioShowcaseArtifactKind NativePreview #A dependency-free OfficeIMO-native SVG or PNG preview.
Value:
1public const VisioShowcaseArtifactKind DesktopPreview #A preview exported through Microsoft Visio desktop automation.
Value:
2public const VisioShowcaseArtifactKind Preview #A preview artifact whose proof lane is not classified more specifically.
Value:
3public const VisioShowcaseArtifactKind Inspection #A deterministic inspection snapshot text artifact for a generated package.
Value:
4public const VisioShowcaseArtifactKind StencilProfile #A deterministic stencil/profile usage text artifact for a generated package.
Value:
5public const VisioShowcaseArtifactKind VisualQuality #A deterministic visual-quality analysis text artifact for a generated package.
Value:
6public const VisioShowcaseArtifactKind Proof #A structural proof artifact whose proof lane is not classified more specifically.
Value:
7