Método GraphProperty.GetLabelOrId

Retornar o rótulo desta GraphCategory, senão retornar a ID se nenhum rótulo foi definido.

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

Sintaxe

'Declaração
Public Function GetLabelOrId ( _
    graph As Graph _
) As String
public string GetLabelOrId(
    Graph graph
)
public:
String^ GetLabelOrId(
    Graph^ graph
)
member GetLabelOrId : 
        graph:Graph -> string 
public function GetLabelOrId(
    graph : Graph
) : String

Parâmetros

Valor de retorno

Tipo: System.String

Segurança do .NET Framework

Consulte também

Referência

GraphProperty Classe

Namespace Microsoft.VisualStudio.GraphModel