GraphNodeId.Add(GraphNodeId) Method

Definition

Adds a GraphNodeId. If this identifier already is an array, the item is added to the array, otherwise a new embedded array is returned.

public:
 Microsoft::VisualStudio::GraphModel::GraphNodeId ^ Add(Microsoft::VisualStudio::GraphModel::GraphNodeId ^ identifier);
public Microsoft.VisualStudio.GraphModel.GraphNodeId Add (Microsoft.VisualStudio.GraphModel.GraphNodeId identifier);
member this.Add : Microsoft.VisualStudio.GraphModel.GraphNodeId -> Microsoft.VisualStudio.GraphModel.GraphNodeId
Public Function Add (identifier As GraphNodeId) As GraphNodeId

Parameters

identifier
GraphNodeId

The identifer to add

Returns

The new identifier

Applies to