次の方法で共有


Characteristic.Vocabulary プロパティ

定義

特性文法

スキーマ内の次の属性を表します: ボキャブラリ

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

プロパティ値

StringValue を返します。

属性

注釈

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

name 属性値を解釈する特性文法を定義する URI を指定します。

この属性を省略すると、既定の文法 (上記で定義) が使用されます。

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

適用対象