SubFeatureType 枚举
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
定义 SubFeatureType 枚举。
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)
- 继承
-
SubFeatureType
- 继承
-
SubFeatureType
- 属性
字段
名称 | 值 | 说明 |
---|---|---|
None | 0 | 无。 当项序列化为 xml 时,其值为“none”。 |
Future | 1 | 前途。 当项序列化为 xml 时,其值为“future”。 |
Equality(SubFeatureType, SubFeatureType) | ||
Equals(Object) | ||
Equals(SubFeatureType) | ||
Future | 前途。 当项序列化为 xml 时,其值为“future”。 |
|
GetHashCode() | ||
IEnumValue.IsValid | ||
IEnumValue.Value | ||
IEnumValue.Version | ||
IEnumValueFactory<SubFeatureType>.Create(String) | ||
Inequality(SubFeatureType, SubFeatureType) | ||
None | 无。 当项序列化为 xml 时,其值为“none”。 |
|
SubFeatureType(String) | 创建新的 SubFeatureType 枚举实例 |
|
ToString() |