Bagikan melalui


WorkflowIdentity.TryParse(String, WorkflowIdentity) Metode

Definisi

Mengurai string dan membuat instans baru WorkflowIdentity.

public:
 static bool TryParse(System::String ^ identity, [Runtime::InteropServices::Out] System::Activities::WorkflowIdentity ^ % result);
public static bool TryParse (string identity, out System.Activities.WorkflowIdentity result);
static member TryParse : string * WorkflowIdentity -> bool
Public Shared Function TryParse (identity As String, ByRef result As WorkflowIdentity) As Boolean

Parameter

identity
String

Identitas baru.

result
WorkflowIdentity

Hasil yang dibuat dari string.

Mengembalikan

true jika instans WorkflowIdentity telah dibuat; jika tidak, false.

Berlaku untuk