Partager via


GraphObject.HasCategoryInSet, méthode

Détermine si l'ensemble donné de catégories s'applique à cet objet.

Espace de noms :  Microsoft.VisualStudio.GraphModel
Assembly :  Microsoft.VisualStudio.GraphModel (dans Microsoft.VisualStudio.GraphModel.dll)

Syntaxe

'Déclaration
Public Function HasCategoryInSet ( _
    categorySet As HashSet(Of GraphCategory), _
    matchOption As GraphCategoryMatchOption _
) As Boolean
public bool HasCategoryInSet(
    HashSet<GraphCategory> categorySet,
    GraphCategoryMatchOption matchOption
)
public:
bool HasCategoryInSet(
    HashSet<GraphCategory^>^ categorySet, 
    GraphCategoryMatchOption matchOption
)
member HasCategoryInSet : 
        categorySet:HashSet<GraphCategory> * 
        matchOption:GraphCategoryMatchOption -> bool
public function HasCategoryInSet(
    categorySet : HashSet<GraphCategory>, 
    matchOption : GraphCategoryMatchOption
) : boolean

Paramètres

  • categorySet
    Type : HashSet<GraphCategory>

    Jeu de catégories aux rechercher activé.

Valeur de retour

Type : Boolean
True si cet objet a un ou plusieurs des catégories données ; sinon false.

Sécurité .NET Framework

Voir aussi

Référence

GraphObject Classe

Microsoft.VisualStudio.GraphModel, espace de noms