GraphNodeId::GetLiteral Method (String^)

 

Gets a literal GraphNodeId parsed from the given identifier string.

Namespace:   Microsoft.VisualStudio.GraphModel
Assembly:  Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)

public:
static GraphNodeId^ GetLiteral(
	String^ id
)

Parameters

id
Type: System::String^

The identifier string to parse.

Return Value

Type: Microsoft.VisualStudio.GraphModel::GraphNodeId^

The GraphNodeId parsed.

Return to top
Show: