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) _
) As Boolean
public bool HasCategoryInSet(
HashSet<GraphCategory> categorySet
)
public:
bool HasCategoryInSet(
HashSet<GraphCategory^>^ categorySet
)
member HasCategoryInSet :
categorySet:HashSet<GraphCategory> -> bool
public function HasCategoryInSet(
categorySet : HashSet<GraphCategory>
) : boolean
Paramètres
- categorySet
Type : System.Collections.Generic.HashSet<GraphCategory>
L'ensemble des catégories à rechercher
Valeur de retour
Type : System.Boolean
True si cet objet a une ou plusieurs des catégories données ; sinon, false
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.