次の方法で共有


SubFeatureType 列挙型

定義

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()

適用対象