API Reference
Enum
VisioStencilProfileUsageKind
Classification for a stencil profile usage group.
Inheritance
- Enum
- VisioStencilProfileUsageKind
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
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 VisioStencilProfileUsageKind PackageBackedMaster #Shape uses a master imported from a stencil package or document package.
Value:
0public const VisioStencilProfileUsageKind GeneratedMaster #Shape uses a generated OfficeIMO master.
Value:
1public const VisioStencilProfileUsageKind BasicGeometry #Shape is direct geometry rather than a registered master instance.
Value:
2public const VisioStencilProfileUsageKind SemanticOnly #Shape has no useful geometry or master identity and is grouped by semantic kind.
Value:
3