次の方法で共有


MetadataRecord.Val プロパティ

定義

メタデータ レコード値インデックス

スキーマ内の次の属性を表します。 v

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

プロパティ値

UInt32Value を返します。

属性

注釈

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

特定のメタデータ レコードに対する 0 から始まるインデックス。 対応する metadataTypename="XLMDX"が である場合、これは 内のmdxMetadataレコードへのインデックスです。それ以外の場合は、 の名前と一致するnameセクション内futureMetadataのレコードのmetadataTypeインデックスです。

この属性に使用できる値は、XML スキーマ unsignedInt データ型によって定義されます。

適用対象