GraphNodeId::Add Method (GraphNodeId^)

 

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

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

public:
GraphNodeId^ Add(
	GraphNodeId^ identifier
)

Parameters

identifier
Type: Microsoft.VisualStudio.GraphModel::GraphNodeId^

The identifer to add.

Return Value

Type: Microsoft.VisualStudio.GraphModel::GraphNodeId^

The new identifier.

Return to top
Show: