Método GraphNodeId.Parse (String, Boolean)

Namespace:  Microsoft.VisualStudio.GraphModel
Assembly:  Microsoft.VisualStudio.GraphModel (em Microsoft.VisualStudio.GraphModel.dll)

Sintaxe

'Declaração
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

Parâmetros

Valor de retorno

Tipo: Microsoft.VisualStudio.GraphModel.GraphNodeId

Segurança do .NET Framework

Consulte também

Referência

GraphNodeId Classe

Sobrecargas Parse

Namespace Microsoft.VisualStudio.GraphModel