GraphCategoryCollection.Add(GraphCategory) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Adds an item to the collection
public:
virtual void Add(Microsoft::VisualStudio::GraphModel::GraphCategory ^ item);
public void Add (Microsoft.VisualStudio.GraphModel.GraphCategory item);
abstract member Add : Microsoft.VisualStudio.GraphModel.GraphCategory -> unit
override this.Add : Microsoft.VisualStudio.GraphModel.GraphCategory -> unit
Public Sub Add (item As GraphCategory)
Parameters
- item
- GraphCategory
The item to add