WorkflowIdentity.TryParse(String, WorkflowIdentity) Método

Definição

Analisa a cadeia e cria uma nova instância de um 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

Parâmetros

identity
String

Uma nova identidade.

result
WorkflowIdentity

O resultado é criado a partir da corda.

Devoluções

true se foi criada uma instância de Identidade de Workflow; caso contrário, false.

Aplica-se a