Idioma

Characteristic.Vocabulary Propriedade

Definição

Gramática característica

Representa o seguinte atributo no esquema: vocabulário

[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

Valor da propriedade

Returns StringValue.

Atributos

Comentários

As seguintes informações do ECMA International Standard ECMA-376 podem ser úteis ao trabalhar com esta classe.

Especifica um URI que define a gramática de característica com a qual o valor do atributo de nome deve ser interpretado.

Se esse atributo for omitido, a gramática padrão (conforme definido acima) deverá ser usada.

Os valores possíveis para esse atributo são definidos pelo tipo de dados anyURI do esquema XML.

Aplica-se a