Partager via


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

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

Voir aussi

Référence

GraphSchema Classe

Microsoft.VisualStudio.GraphModel, espace de noms