GraphNodeId::Addition Operator (GraphNodeId^, GraphNodeId^)

 

The + operator adds two GraphNodeIds. If either GraphNodeId is already contain 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:
static GraphNodeId^ operator +(
	GraphNodeId^ left,
	GraphNodeId^ right
)

Parameters

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

The first GraphNodeId to add.

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

The second GraphNodeId to add.

Return Value

Type: Microsoft.VisualStudio.GraphModel::GraphNodeId^

The new GraphNodeId.

Return to top
Show: