GraphNodeId::Parse Method (String^, Boolean, Func<Int32, GraphNodeId^>^)

 

Parse a string into a GraphNodeId

Namespace:   Microsoft.VisualStudio.GraphModel
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<Int32GraphNodeId^>^

Alias resolver

Return Value

Type: Microsoft.VisualStudio.GraphModel::GraphNodeId^

The newly parsed GraphNodeId

Return to top
Show: