StyleDisplayCategory.Priority 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.
Priority
Représente l’attribut suivant dans le schéma : pri
[DocumentFormat.OpenXml.SchemaAttr(0, "pri")]
public DocumentFormat.OpenXml.UInt32Value Priority { get; set; }
public DocumentFormat.OpenXml.UInt32Value Priority { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "pri")]
public DocumentFormat.OpenXml.UInt32Value? Priority { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("pri")]
public DocumentFormat.OpenXml.UInt32Value? Priority { get; set; }
public DocumentFormat.OpenXml.UInt32Value? Priority { get; set; }
member this.Priority : DocumentFormat.OpenXml.UInt32Value with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "pri")>]
member this.Priority : DocumentFormat.OpenXml.UInt32Value with get, set
[<DocumentFormat.OpenXml.SchemaAttr("pri")>]
member this.Priority : DocumentFormat.OpenXml.UInt32Value with get, set
Public Property Priority As UInt32Value
Valeur de propriété
Retourne UInt32Value.
- Attributs
Remarques
Les informations suivantes de la norme internationale ECMA ECMA-376 peuvent être utiles lors de l’utilisation de cette classe.
La priorité dans la catégorie de ce style détermine l’ordre dans lequel il s’affichera dans l’interface utilisateur. Des nombres inférieurs sont affichés au début de la liste.
Les valeurs possibles pour cet attribut sont définies par le type de données SCHÉMA unsignedInt
XML.