GraphObject::HasCategory Method

 

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

NameDescription
System_CAPS_pubmethodHasCategory(GraphCategory^)

Returns true if the object has the given category.

System_CAPS_pubmethodHasCategory(IEnumerable<GraphCategory^>^)

Returns true if the object has any of the given categories.

System_CAPS_pubmethodHasCategory(String^)

Returns true if the object has the given category.

Return to top
Show: