GraphObject::RemoveCategory Method (GraphCategory^)

 

Removes the category of this object.

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

public:
GraphCategory^ RemoveCategory(
	GraphCategory^ category
)

Parameters

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

The category to remove.

Return Value

Type: Microsoft.VisualStudio.GraphModel::GraphCategory^

The category, if it was removed, or null if it was not found.

Return to top
Show: