GraphSchema.FindPropertyByLabel, méthode
Obtient le premier GraphProperty avec l'étiquette spécifiée de ce schéma ou de tout sous-schéma.
Espace de noms : Microsoft.VisualStudio.GraphModel
Assembly : Microsoft.VisualStudio.GraphModel (dans Microsoft.VisualStudio.GraphModel.dll)
Syntaxe
'Déclaration
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
Paramètres
- label
Type : System.String
Valeur de retour
Type : Microsoft.VisualStudio.GraphModel.GraphProperty
La première propriété qui a l'étiquette donnée.Null si aucune propriété n'a été trouvée.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.