Freigeben über


GraphProperty.GetLabelOrId-Methode

Gibt die Bezeichnung dieser GraphCategory oder andernfalls die ID zurück, wenn keine Bezeichnung festgelegt wurde.

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

Syntax

'Declaration
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

Parameter

Rückgabewert

Typ: System.String

.NET Framework-Sicherheit

Siehe auch

Referenz

GraphProperty Klasse

Microsoft.VisualStudio.GraphModel-Namespace