Share via


WorkflowIdentity.TryParse(String, WorkflowIdentity) Metoda

Definice

Analyzuje řetězec a vytvoří novou instanci 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

Nová identita.

result
WorkflowIdentity

Výsledek vytvořený z řetězce.

Návraty

truePokud WorkflowIdentity instance byla vytvořena; v opačném případě . false

Platí pro