Partager via


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

Analyse une chaîne dans un GraphNodeId

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 Integer, GraphNodeId) _
) As GraphNodeId
public static GraphNodeId Parse(
    string id,
    bool throwOnFailure,
    Func<int, GraphNodeId> resolver
)
public:
static GraphNodeId^ Parse(
    String^ id, 
    bool throwOnFailure, 
    Func<int, GraphNodeId^>^ resolver
)
static member Parse : 
        id:string * 
        throwOnFailure:bool * 
        resolver:Func<int, GraphNodeId> -> GraphNodeId
public static function Parse(
    id : String, 
    throwOnFailure : boolean, 
    resolver : Func<int, GraphNodeId>
) : GraphNodeId

Paramètres

  • id
    Type : String

    Identificateur de chaîne à analyser

  • throwOnFailure
    Type : Boolean

    Indicateur spécifiant si la méthode doit lever des exceptions ou non

  • resolver
    Type : Func<Int32, GraphNodeId>

    Alias programme de résolution

Valeur de retour

Type : Microsoft.VisualStudio.GraphModel.GraphNodeId
GraphNodeId récemment analysé

Sécurité .NET Framework

Voir aussi

Référence

GraphNodeId Classe

Parse, surcharge

Microsoft.VisualStudio.GraphModel, espace de noms