MetadataRecord.TypeIndex Property

Definition

Metadata Record Type Index

Represents the following attribute in the schema: t

[DocumentFormat.OpenXml.SchemaAttr(0, "t")]
public DocumentFormat.OpenXml.UInt32Value TypeIndex { get; set; }
public DocumentFormat.OpenXml.UInt32Value TypeIndex { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "t")]
public DocumentFormat.OpenXml.UInt32Value? TypeIndex { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("t")]
public DocumentFormat.OpenXml.UInt32Value? TypeIndex { get; set; }
public DocumentFormat.OpenXml.UInt32Value? TypeIndex { get; set; }
member this.TypeIndex : DocumentFormat.OpenXml.UInt32Value with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "t")>]
member this.TypeIndex : DocumentFormat.OpenXml.UInt32Value with get, set
[<DocumentFormat.OpenXml.SchemaAttr("t")>]
member this.TypeIndex : DocumentFormat.OpenXml.UInt32Value with get, set
Public Property TypeIndex As UInt32Value

Property Value

Returns UInt32Value.

Attributes

Remarks

The following information from the ECMA International Standard ECMA-376 can be useful when working with this class.

A 1-based index to the metadata record type in metadataTypes.

The possible values for this attribute are defined by the XML Schema unsignedInt data type.

Applies to