VTArray.BaseType Eigenschaft
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Arraybasistyp
Stellt das folgende Attribut im Schema dar: 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)
Eigenschaftswert
Gibt zurück EnumValue<T>.
- Attribute
Hinweise
Die folgenden Informationen aus dem INTERNATIONALEN ECMA-Standard ECMA-376 können bei der Arbeit mit dieser Klasse nützlich sein.
Das baseType
-Attribut gibt den Basisvariantentyp eines Arrays an.
Die zulässigen Werte sind variant, i1, i2, i4, int, ui1, ui2, ui4, uint, r4, r8, decimal, bstr, date, bool, cy und error.
Die möglichen Werte für dieses Attribut werden durch den ST_ArrayBaseType
einfachen Typ definiert.