GraphCategoryCollection::Add Method (GraphCategory^)

 

Adds an item to the collection.

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

public:
virtual void Add(
	GraphCategory^ item
) sealed

Parameters

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

The item to add.

Return to top
Show: