次の方法で共有


VTArray.BaseType プロパティ

定義

配列の基本型

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

[DocumentFormat.OpenXml.SchemaAttr(0, "baseType")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.VariantTypes.ArrayBaseValues> BaseType { get; set; }
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.VariantTypes.ArrayBaseValues> BaseType { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "baseType")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.VariantTypes.ArrayBaseValues>? BaseType { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("baseType")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.VariantTypes.ArrayBaseValues>? BaseType { get; set; }
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.VariantTypes.ArrayBaseValues>? BaseType { get; set; }
member this.BaseType : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.VariantTypes.ArrayBaseValues> with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "baseType")>]
member this.BaseType : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.VariantTypes.ArrayBaseValues> with get, set
[<DocumentFormat.OpenXml.SchemaAttr("baseType")>]
member this.BaseType : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.VariantTypes.ArrayBaseValues> with get, set
Public Property BaseType As EnumValue(Of ArrayBaseValues)

プロパティ値

EnumValue<T> を返します。

属性

注釈

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

属性は baseType 、配列の基本バリアント型を指定します。

使用できる値は、バリアント型、i1、i2、i4、int、ui1、ui2、ui4、uint、r4、r8、decimal、bstr、date、bool、cy、error です。

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

適用対象