Share via


GraphNodeId.Parse Method (String)

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Parses a string into a GraphNodeId.

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

Syntax

'Declaration
Public Shared Function Parse ( _
    id As String _
) As GraphNodeId
public static GraphNodeId Parse(
    string id
)
public:
static GraphNodeId^ Parse(
    String^ id
)
static member Parse : 
        id:string -> GraphNodeId
public static function Parse(
    id : String
) : GraphNodeId

Parameters

Return Value

Type: Microsoft.VisualStudio.GraphModel.GraphNodeId
The GraphNodeId created from the given string.

.NET Framework Security

See Also

Reference

GraphNodeId Class

Parse Overload

Microsoft.VisualStudio.GraphModel Namespace