GraphNodeCollection::Item Property (String^)
Visual Studio 2015
Gets the Node using the given id. Throws exception on set if another node with the same id already exists.
Assembly: Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)
Property Value
Type: Microsoft.VisualStudio.GraphModel::GraphNode^The Node or null if it does not exist
Show: