GraphNodeId::Parse Method (String^, Boolean)

 

Parses 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
)

Parameters

id
Type: System::String^

The string identifier to parse.

throwOnFailure
Type: System::Boolean

Flag indicating whether the method should throw exceptions.

Return Value

Type: Microsoft.VisualStudio.GraphModel::GraphNodeId^

The newly parsed GraphNodeId.

Return to top
Show: