GraphNodeId::Addition Operator (GraphNodeId^, GraphNodeId^)
Visual Studio 2015
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.
Assembly: Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)
Parameters
- left
-
Type:
Microsoft.VisualStudio.GraphModel::GraphNodeId^
The first GraphNodeId to add.
- right
-
Type:
Microsoft.VisualStudio.GraphModel::GraphNodeId^
The second GraphNodeId to add.
Show: