GraphNodeId.Parse, méthode (String, Boolean)
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 _
) As GraphNodeId
public static GraphNodeId Parse(
string id,
bool throwOnFailure
)
public:
static GraphNodeId^ Parse(
String^ id,
bool throwOnFailure
)
static member Parse :
id:string *
throwOnFailure:bool -> GraphNodeId
public static function Parse(
id : String,
throwOnFailure : boolean
) : GraphNodeId
Paramètres
- id
Type : System.String
- throwOnFailure
Type : System.Boolean
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.