共用方式為


GraphNodeId.GetLiteral(String) Method

Definition

Gets a literal GraphNodeId parsed from the given identifier string

public:
 static Microsoft::VisualStudio::GraphModel::GraphNodeId ^ GetLiteral(System::String ^ id);
public static Microsoft.VisualStudio.GraphModel.GraphNodeId GetLiteral (string id);
static member GetLiteral : string -> Microsoft.VisualStudio.GraphModel.GraphNodeId
Public Shared Function GetLiteral (id As String) As GraphNodeId

Parameters

id
String

The identifier string to parse

Returns

The GraphNodeId parsed

Applies to