GraphCategoryCollection::Remove Method (GraphCategory^)

 

Removes the first occurrence of a specific object from the collection.

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

public:
virtual bool Remove(
	GraphCategory^ item
) sealed

Parameters

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

The object to remove from the collection.

Return Value

Type: System::Boolean

True if item was successfully removed from the collection; otherwise, false. This method also returns false if item is not found in the original collection.

Return to top
Show: