GraphObject.RemoveCategory Method

Remove the category of this object

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

Syntax

'Declaration
Public Function RemoveCategory ( _
    category As GraphCategory _
) As GraphCategory
public GraphCategory RemoveCategory(
    GraphCategory category
)
public:
GraphCategory^ RemoveCategory(
    GraphCategory^ category
)
member RemoveCategory : 
        category:GraphCategory -> GraphCategory 
public function RemoveCategory(
    category : GraphCategory
) : GraphCategory

Parameters

Return Value

Type: Microsoft.VisualStudio.GraphModel.GraphCategory
The category if it was removed, or null if it was not found

.NET Framework Security

See Also

Reference

GraphObject Class

Microsoft.VisualStudio.GraphModel Namespace