GraphNodeId.Add(GraphNodeId) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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