Share via


XmlProperties.XmlDataType プロパティ

定義

XML データ型

スキーマ内の次の属性を表します: xmlDataType

[DocumentFormat.OpenXml.SchemaAttr(0, "xmlDataType")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.XmlDataValues> XmlDataType { get; set; }
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.XmlDataValues> XmlDataType { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "xmlDataType")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.XmlDataValues>? XmlDataType { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("xmlDataType")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.XmlDataValues>? XmlDataType { get; set; }
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.XmlDataValues>? XmlDataType { get; set; }
member this.XmlDataType : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.XmlDataValues> with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "xmlDataType")>]
member this.XmlDataType : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.XmlDataValues> with get, set
[<DocumentFormat.OpenXml.SchemaAttr("xmlDataType")>]
member this.XmlDataType : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.XmlDataValues> with get, set
Public Property XmlDataType As EnumValue(Of XmlDataValues)

プロパティ値

EnumValue<T> を返します。

属性

注釈

ECMA 国際 標準 ECMA-376 の次の情報は、このクラスを操作するときに役立ちます。

この列で使用される XML データ型を示す列挙体。

この属性に使用できる値は、単純型によって ST_XmlDataType 定義されます。

適用対象