Share via


InternationalPropertyType.Val プロパティ

定義

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

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

プロパティ値

Int32Value を返します。

属性

注釈

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

各値が異なる文字セットに対応する整数の値。 有効な値は 0 から 255 です。

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

適用対象