Graph.ParseSerializedNodeId Method
Parses a serialized node ID into a fully expanded GraphNodeId.
Namespace: Microsoft.VisualStudio.GraphModel
Assembly: Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)
Syntax
'Declaration
Public Function ParseSerializedNodeId ( _
identifier As String _
) As GraphNodeId
public GraphNodeId ParseSerializedNodeId(
string identifier
)
public:
GraphNodeId^ ParseSerializedNodeId(
String^ identifier
)
member ParseSerializedNodeId :
identifier:string -> GraphNodeId
public function ParseSerializedNodeId(
identifier : String
) : GraphNodeId
Parameters
- identifier
Type: String
Return Value
Type: Microsoft.VisualStudio.GraphModel.GraphNodeId
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.