GraphNodeId::Parse Method (String^)

 

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
)

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.

Return to top
Show: