Graph.ParseSerializedNodeId(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.
Parses a serialized node ID into a fully expanded GraphNodeId.
public:
Microsoft::VisualStudio::GraphModel::GraphNodeId ^ ParseSerializedNodeId(System::String ^ identifier);
public Microsoft.VisualStudio.GraphModel.GraphNodeId ParseSerializedNodeId (string identifier);
member this.ParseSerializedNodeId : string -> Microsoft.VisualStudio.GraphModel.GraphNodeId
Public Function ParseSerializedNodeId (identifier As String) As GraphNodeId
Parameters
- identifier
- String