Condividi tramite


Metodo GraphSchema.FindPropertyByLabel

Ottiene il primo GraphProperty con l'etichetta specificata da questo schema o da qualsiasi sotto-schema.

Spazio dei nomi:  Microsoft.VisualStudio.GraphModel
Assembly:  Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)

Sintassi

'Dichiarazione
Public Function FindPropertyByLabel ( _
    label As String _
) As GraphProperty
public GraphProperty FindPropertyByLabel(
    string label
)
public:
GraphProperty^ FindPropertyByLabel(
    String^ label
)
member FindPropertyByLabel : 
        label:string -> GraphProperty 
public function FindPropertyByLabel(
    label : String
) : GraphProperty

Parametri

Valore restituito

Tipo: Microsoft.VisualStudio.GraphModel.GraphProperty
La prima proprietà che dispone dell'etichetta specificata.Null se la proprietà non è stata trovata.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

GraphSchema Classe

Spazio dei nomi Microsoft.VisualStudio.GraphModel