GraphNodeId::Parse Method (String^)
Visual Studio 2015
Parses a string into a GraphNodeId.
Assembly: Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)
Parameters
- id
-
Type:
System::String^
The string to parse into a GraphNodeId.
Return Value
Type: Microsoft.VisualStudio.GraphModel::GraphNodeId^The GraphNodeId created from the given string.
Show: