GraphPropertyCollection.Add(GraphProperty) Method

Definition

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

Implements

Applies to