GraphPropertyCollection::Add Method (GraphProperty^)

 

Adds an item to the GraphProperties collection

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

public:
virtual void Add(
	GraphProperty^ item
) sealed

Parameters

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

The item to add

Return to top
Show: