GraphNodeId.Parse-Methode (String, Boolean)
Namespace: Microsoft.VisualStudio.GraphModel
Assembly: Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)
Syntax
'Declaration
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
Parameter
- id
Typ: System.String
- throwOnFailure
Typ: System.Boolean
Rückgabewert
Typ: Microsoft.VisualStudio.GraphModel.GraphNodeId
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.