GraphSchema.FindCategoryByLabel, méthode
Obtient le premier GraphCategory 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 FindCategoryByLabel ( _
label As String _
) As GraphCategory
public GraphCategory FindCategoryByLabel(
string label
)
public:
GraphCategory^ FindCategoryByLabel(
String^ label
)
member FindCategoryByLabel :
label:string -> GraphCategory
public function FindCategoryByLabel(
label : String
) : GraphCategory
Paramètres
- label
Type : System.String
L'étiquette à rechercher.
Valeur de retour
Type : Microsoft.VisualStudio.GraphModel.GraphCategory
La première catégorie avec l'étiquette donnée.Null si aucune catégorie n'est 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.