GraphObject::RemoveCategory Method (GraphCategory^)
Visual Studio 2015
Removes the category of this object.
Assembly: Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)
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.
Show: