Partager via


GraphCommandDefinition.Priority, propriété

Priorité utilisée pour classer la commande lorsqu'elle est présentée à l'utilisateur.

Les commandes avec des nombres inférieurs sont positionnées plus haut dans le tri obtenu.

Espace de noms :  Microsoft.VisualStudio.GraphModel
Assembly :  Microsoft.VisualStudio.GraphModel (dans Microsoft.VisualStudio.GraphModel.dll)

Syntaxe

'Déclaration
Public Property Priority As Integer
public int Priority { get; private set; }
public:
property int Priority {
    int get ();
    private: void set (int value);
}
member Priority : int with get, private set
function get Priority () : int
private function set Priority (value : int)

Valeur de propriété

Type : System.Int32
retourne Int32 ;

Sécurité .NET Framework

Voir aussi

Référence

GraphCommandDefinition Classe

Microsoft.VisualStudio.GraphModel, espace de noms