Propriedade GraphNodeIdName.Label

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

Sintaxe

'Declaração
Public Property Label As String
    Get
    Private Set
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)

Valor de propriedade

Tipo: System.String

Segurança do .NET Framework

Consulte também

Referência

GraphNodeIdName Classe

Namespace Microsoft.VisualStudio.GraphModel