Partilhar via


Propriedade GraphNode.Label

Rótulo Displayable para o nó.

Se nenhum rótulo é definida, ela retorna a identificação então temos sempre algo para exibir ao usuário.

Namespace:  Microsoft.VisualStudio.GraphModel
Assembly:  Microsoft.VisualStudio.GraphModel (em Microsoft.VisualStudio.GraphModel.dll)

Sintaxe

'Declaração
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)

Valor de propriedade

Tipo: System.String

Segurança do .NET Framework

Consulte também

Referência

GraphNode Classe

Namespace Microsoft.VisualStudio.GraphModel