GraphPropertyCollection.Add(GraphProperty) 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 GraphProperties collection
public:
virtual void Add(Microsoft::VisualStudio::GraphModel::GraphProperty ^ item);
public void Add (Microsoft.VisualStudio.GraphModel.GraphProperty item);
abstract member Add : Microsoft.VisualStudio.GraphModel.GraphProperty -> unit
override this.Add : Microsoft.VisualStudio.GraphModel.GraphProperty -> unit
Public Sub Add (item As GraphProperty)
Parameters
- item
- GraphProperty
The item to add