Characteristic.Vocabulary Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Grammaire caractéristique
Représente l’attribut suivant dans le schéma : vocabulaire
[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
Valeur de propriété
Retourne StringValue.
- Attributs
Remarques
Les informations suivantes de la norme internationale ECMA ECMA-376 peuvent être utiles lors de l’utilisation de cette classe.
Spécifie un URI définissant la grammaire caractéristique avec laquelle la valeur de l’attribut name doit être interprétée.
Si cet attribut est omis, la grammaire par défaut (telle que définie ci-dessus) doit être utilisée.
Les valeurs possibles pour cet attribut sont définies par le type de données XML Schema anyURI .