Share via


GraphNodeId.Parse Method (String, Boolean, Func)

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

Syntax

'Declaration
Public Shared Function Parse ( _
    id As String, _
    throwOnFailure As Boolean, _
    resolver As Func _
) As GraphNodeId
public static GraphNodeId Parse(
    string id,
    bool throwOnFailure,
    Func resolver
)
public:
static GraphNodeId^ Parse(
    String^ id, 
    bool throwOnFailure, 
    Func^ resolver
)
static member Parse : 
        id:string * 
        throwOnFailure:bool * 
        resolver:Func -> GraphNodeId 
public static function Parse(
    id : String, 
    throwOnFailure : boolean, 
    resolver : Func
) : GraphNodeId

Parameters

Return Value

Type: Microsoft.VisualStudio.GraphModel.GraphNodeId

.NET Framework Security

See Also

Reference

GraphNodeId Class

Parse Overload

Microsoft.VisualStudio.GraphModel Namespace