WorkflowIdentity.TryParse(String, WorkflowIdentity) Metoda

Definicja

Analizuje ciąg i tworzy nowe wystąpienie elementu 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

Parametry

identity
String

Nowa tożsamość.

result
WorkflowIdentity

Wynik utworzony na podstawie ciągu.

Zwraca

true jeśli utworzono wystąpienie WorkflowIdentity; w przeciwnym razie , false.

Dotyczy