WorkflowIdentity.TryParse(String, WorkflowIdentity) Método

Definição

Analisa a cadeia de caracteres e cria uma nova instância de uma 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 por meio da cadeia de caracteres.

Retornos

true se tiver sido criada uma instância de WorkflowIdentity, caso contrário, false.

Aplica-se a