次の方法で共有


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 International Standard ECMA-376 からの次の情報は、このクラスを操作するときに役立ちます。

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

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

適用対象