VTArray.UpperBounds プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
配列の上限属性
スキーマ内の次の属性を表します: uBound
[DocumentFormat.OpenXml.SchemaAttr(0, "uBound")]
public DocumentFormat.OpenXml.Int32Value UpperBounds { get; set; }
public DocumentFormat.OpenXml.Int32Value UpperBounds { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "uBound")]
public DocumentFormat.OpenXml.Int32Value? UpperBounds { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("uBound")]
public DocumentFormat.OpenXml.Int32Value? UpperBounds { get; set; }
public DocumentFormat.OpenXml.Int32Value? UpperBounds { get; set; }
member this.UpperBounds : DocumentFormat.OpenXml.Int32Value with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "uBound")>]
member this.UpperBounds : DocumentFormat.OpenXml.Int32Value with get, set
[<DocumentFormat.OpenXml.SchemaAttr("uBound")>]
member this.UpperBounds : DocumentFormat.OpenXml.Int32Value with get, set
Public Property UpperBounds As Int32Value
プロパティ値
Int32Value を返します。
- 属性
注釈
ECMA 国際 標準 ECMA-376 の次の情報は、このクラスを操作するときに役立ちます。
属性は uBounds
、配列の上限を #、#、#..# の形式で指定します。各 # は整数を表します。
この属性に使用できる値は、XML スキーマ int
データ型によって定義されます。