Partager via


GraphNodeId.Parse, méthode (String, Boolean, Func)

Espace de noms :  Microsoft.VisualStudio.GraphModel
Assembly :  Microsoft.VisualStudio.GraphModel (dans Microsoft.VisualStudio.GraphModel.dll)

Syntaxe

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

Paramètres

  • resolver
    Type : System.Func<Int32, GraphNodeId>

Valeur de retour

Type : Microsoft.VisualStudio.GraphModel.GraphNodeId

Sécurité .NET Framework

Voir aussi

Référence

GraphNodeId Classe

Parse, surcharge

Microsoft.VisualStudio.GraphModel, espace de noms