Freigeben über


GraphObject.HasCategoryInSet-Methode

Bestimmt, ob die angegebene Gruppe von Kategorien für dieses Objekt gültig ist.

Namespace:  Microsoft.VisualStudio.GraphModel
Assembly:  Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)

Syntax

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

Parameter

Rückgabewert

Typ: System.Boolean
TRUE, wenn dieses Objekt mindestens eine der angegebenen Kategorien hat, andernfalls FALSE.

.NET Framework-Sicherheit

Siehe auch

Referenz

GraphObject Klasse

Microsoft.VisualStudio.GraphModel-Namespace