Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Determines if the given set of categories applies to this object.
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
Parameters
- categorySet
Type: System.Collections.Generic.HashSet<GraphCategory>
The set of categories to search on
Return Value
Type: System.Boolean
True if this object has one or more of the given categories, false otherwise
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.