Partager via


GraphNode.Label, propriété

Nom affichable du nœud.

Si aucun nom n'est défini, l'ID est retourné de sorte que nous avons toujours quelque chose à afficher pour l'utilisateur.

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; set; }
public:
property String^ Label {
    String^ get ();
    void set (String^ value);
}
member Label : string with get, set
function get Label () : String
function set Label (value : String)

Valeur de propriété

Type : System.String

Sécurité .NET Framework

Voir aussi

Référence

GraphNode Classe

Microsoft.VisualStudio.GraphModel, espace de noms