GraphSchema.FindPropertyByLabel(String) Método

Definição

Obtém o primeiro Grafoproperty com o rótulo especificado deste esquema ou de qualquer subesquema.

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

Parâmetros

label
String

Retornos

GraphProperty

A primeira propriedade com o rótulo fornecido. NULL se nenhuma propriedade for encontrada.

Aplica-se a