API Reference
LegacyXlsCompoundFeatureEntryRole
Classifies preserve-only compound directory entries discovered in a legacy XLS OLE container.
Inheritance
- Enum
- LegacyXlsCompoundFeatureEntryRole
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 LegacyXlsCompoundFeatureEntryInfo.Role
- Field LegacyXlsCompoundFeatureEntryRole.DigitalSignatureStorage
- Field LegacyXlsCompoundFeatureEntryRole.DigitalSignatureStream
- Field LegacyXlsCompoundFeatureEntryRole.OleNativeStream
- Field LegacyXlsCompoundFeatureEntryRole.OleObjectPoolStorage
- Field LegacyXlsCompoundFeatureEntryRole.OleObjectStorage
- Field LegacyXlsCompoundFeatureEntryRole.OleStream
- Field LegacyXlsCompoundFeatureEntryRole.Unknown
- Field LegacyXlsCompoundFeatureEntryRole.VbaDirStream
- Field LegacyXlsCompoundFeatureEntryRole.VbaModuleStream
- Field LegacyXlsCompoundFeatureEntryRole.VbaProjectStorage
- Field LegacyXlsCompoundFeatureEntryRole.VbaProjectStream
- Field LegacyXlsCompoundFeatureEntryRole.VbaStorage
- Field LegacyXlsCompoundFeatureEntryRole.XmlDigitalSignatureStorage
- Field LegacyXlsCompoundFeatureEntryRole.XmlDigitalSignatureStream
- Property LegacyXlsCompoundFeatureRecord.EntryRoles
Accepted by parameters
Inherited Methods
public override sealed Int32 CompareTo(Object target) #Int32Parameters
- target Object
public override sealed String ToString(String format, IFormatProvider provider) #StringObsolete("The provider argument is not used. Use ToString(String) instead.")Parameters
- format String
Values
public const LegacyXlsCompoundFeatureEntryRole Unknown #The entry role could not be classified more specifically.
0public const LegacyXlsCompoundFeatureEntryRole VbaProjectStorage #The entry is the root VBA project storage.
1public const LegacyXlsCompoundFeatureEntryRole VbaStorage #The entry is the VBA storage under the project.
2public const LegacyXlsCompoundFeatureEntryRole VbaDirStream #The entry is the VBA dir stream.
3public const LegacyXlsCompoundFeatureEntryRole VbaProjectStream #The entry is a VBA project metadata stream.
4public const LegacyXlsCompoundFeatureEntryRole VbaModuleStream #The entry is a VBA module, sheet, class, or ThisWorkbook stream.
5public const LegacyXlsCompoundFeatureEntryRole OleObjectPoolStorage #The entry is the root OLE object pool storage.
6public const LegacyXlsCompoundFeatureEntryRole OleNativeStream #The entry is an OLE native payload stream.
7public const LegacyXlsCompoundFeatureEntryRole OleStream #The entry is an OLE payload stream.
8public const LegacyXlsCompoundFeatureEntryRole OleObjectStorage #The entry is an embedded OLE object storage.
9public const LegacyXlsCompoundFeatureEntryRole DigitalSignatureStream #The entry is a CryptoAPI digital signature stream.
10public const LegacyXlsCompoundFeatureEntryRole DigitalSignatureStorage #The entry is a CryptoAPI digital signature storage.
11public const LegacyXlsCompoundFeatureEntryRole XmlDigitalSignatureStorage #The entry is an XML digital signature storage.
12public const LegacyXlsCompoundFeatureEntryRole XmlDigitalSignatureStream #The entry is an XML digital signature stream.
13