GraphSchema.FindPropertyByLabel(String) Methode

Definition

Ruft die erste graphproperty mit der angegebenen Bezeichnung aus diesem Schema oder einem beliebigen unter Schema ab.

public:
 Microsoft::VisualStudio::GraphModel::GraphProperty ^ FindPropertyByLabel(System::String ^ label);
public Microsoft.VisualStudio.GraphModel.GraphProperty FindPropertyByLabel (string label);
member this.FindPropertyByLabel : string -> Microsoft.VisualStudio.GraphModel.GraphProperty
Public Function FindPropertyByLabel (label As String) As GraphProperty

Parameter

label
String

Gibt zurück

GraphProperty

Die erste Eigenschaft mit der angegebenen Bezeichnung. NULL, wenn keine Eigenschaft gefunden wurde.

Gilt für