Partager via


GraphCommandDefinition.Label, propriété

Étiquette lisible de cette commande.

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

Syntaxe

'Déclaration
Public Property Label As String
public string Label { get; private set; }
public:
property String^ Label {
    String^ get ();
    private: void set (String^ value);
}
member Label : string with get, private set
function get Label () : String
private function set Label (value : String)

Valeur de propriété

Type : System.String
retourne String ;

Sécurité .NET Framework

Voir aussi

Référence

GraphCommandDefinition Classe

Microsoft.VisualStudio.GraphModel, espace de noms