GraphObject::HasCategory Method (String^)

 

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(
	String^ category
)

Parameters

category
Type: System::String^

The category to remove.

Return Value

Type: System::Boolean

Returns true if the object has the given category.

Return to top
Show: