GraphObject::HasCategory Method (GraphCategory^)

 

Returns true if the object has the given category.

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

public:
bool HasCategory(
	GraphCategory^ category
)

Parameters

category
Type: Microsoft.VisualStudio.GraphModel::GraphCategory^

The category to check.

Return Value

Type: System::Boolean

Returns true if the object has the given category.

Return to top
Show: