共用方式為


SubFeatureType Enum

Definition

Defines the SubFeatureType enumeration.

public enum SubFeatureType
[DocumentFormat.OpenXml.OfficeAvailability(DocumentFormat.OpenXml.FileFormatVersions.Office2016)]
public enum SubFeatureType
public readonly struct SubFeatureType : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Office2016.Excel.SubFeatureType>, IEquatable<DocumentFormat.OpenXml.Office2016.Excel.SubFeatureType>
type SubFeatureType = 
[<DocumentFormat.OpenXml.OfficeAvailability(DocumentFormat.OpenXml.FileFormatVersions.Office2016)>]
type SubFeatureType = 
type SubFeatureType = struct
    interface IEnumValue
    interface IEnumValueFactory<SubFeatureType>
Public Enum SubFeatureType
Public Structure SubFeatureType
Implements IEnumValue, IEnumValueFactory(Of SubFeatureType), IEquatable(Of SubFeatureType)
Inheritance
SubFeatureType
Inheritance
SubFeatureType
Attributes

Fields

SubFeatureType(String)

Creates a new SubFeatureType enum instance

Equals(SubFeatureType)
Equals(Object)
Future 1

future.

When the item is serialized out as xml, its value is "future".

Future

future.

When the item is serialized out as xml, its value is "future".

GetHashCode()
None 0

none.

When the item is serialized out as xml, its value is "none".

None

none.

When the item is serialized out as xml, its value is "none".

Equality(SubFeatureType, SubFeatureType)
Inequality(SubFeatureType, SubFeatureType)
ToString()
IEnumValue.IsValid
IEnumValue.Value
IEnumValue.Version
IEnumValueFactory<SubFeatureType>.Create(String)

Applies to