Condividi tramite


Metodo GraphObject.HasCategoryInSet

Determina se il set specifico di categorie si applica a questo oggetto.

Spazio dei nomi:  Microsoft.VisualStudio.GraphModel
Assembly:  Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)

Sintassi

'Dichiarazione
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

Parametri

Valore restituito

Tipo: System.Boolean
True se questo oggetto contiene uno o più delle categorie specificate, in caso contrario false.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

GraphObject Classe

Spazio dei nomi Microsoft.VisualStudio.GraphModel