GraphNodeId::Parse Method (String^, Boolean, Func<Int32, GraphNodeId^>^)
Visual Studio 2015
Parse a string into a GraphNodeId
Assembly: Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)
public: static GraphNodeId^ Parse( String^ id, bool throwOnFailure, Func<int, GraphNodeId^>^ resolver )
Parameters
- id
-
Type:
System::String^
The string identifier to parse
- throwOnFailure
-
Type:
System::Boolean
Flag indicating if the method should throw exceptions or not
- resolver
-
Type:
System::Func<Int32, GraphNodeId^>^
Alias resolver
Show: