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 : StringIdentificateur de chaîne à analyser
throwOnFailure
Type : BooleanIndicateur 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
- 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, voir Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.