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 : System.Collections.Generic.HashSet<GraphCategory>
Le jeu de catégories à les rechercher sur.
- matchOption
Type : Microsoft.VisualStudio.GraphModel.GraphCategoryMatchOption
Si les catégories correspondre exactement ou tenir compte des catégories héritées à également correspondent.
Valeur de retour
Type : System.Boolean
True si cet objet a une ou plusieurs catégories données ; 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.