API Reference
Enum
LegacyDocCompoundFeatureKind
Identifies preserve-only compound storage categories discovered during legacy DOC import.
Inheritance
- Enum
- LegacyDocCompoundFeatureKind
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 LegacyDocImportReport.CompoundFeaturesByKind
- Property LegacyDocCompoundFeature.Kind
- Field LegacyDocCompoundFeatureKind.ActiveXControl
- Field LegacyDocCompoundFeatureKind.BinaryData
- Field LegacyDocCompoundFeatureKind.EmbeddedPackage
- Field LegacyDocCompoundFeatureKind.OleObject
- Field LegacyDocCompoundFeatureKind.VbaProject
Accepted by parameters
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 LegacyDocCompoundFeatureKind VbaProject #VBA project storage was discovered in the OLE compound container.
Value:
0public const LegacyDocCompoundFeatureKind OleObject #Embedded OLE object storage was discovered in the OLE compound container.
Value:
1public const LegacyDocCompoundFeatureKind ActiveXControl #ActiveX control storage was discovered in the OLE compound container.
Value:
2public const LegacyDocCompoundFeatureKind EmbeddedPackage #Embedded package payload storage or streams were discovered in the OLE compound container.
Value:
3public const LegacyDocCompoundFeatureKind BinaryData #Binary payload stream was discovered in the OLE compound container.
Value:
4