GraphNodeCollection::Get Method (GraphNodeId^)
Visual Studio 2015
Gets the node with the specified id
Assembly: Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)
Parameters
- id
-
Type:
Microsoft.VisualStudio.GraphModel::GraphNodeId^
The Id of the node to obtain
Return Value
Type: Microsoft.VisualStudio.GraphModel::GraphNode^The Node or null if it does not exist
Show: