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
- id
Type : System.String
- throwOnFailure
Type : System.Boolean
- resolver
Type : System.Func<Int32, GraphNodeId>
Valeur de retour
Type : Microsoft.VisualStudio.GraphModel.GraphNodeId
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.