GraphNodeId.GetLiteral(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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