WorkflowIdentity.TryParse(String, WorkflowIdentity) Metodo

Definizione

Analizza la stringa e crea una nuova istanza di 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

Parametri

identity
String

Nuova identità.

result
WorkflowIdentity

Risultato creato dalla stringa.

Valori restituiti

true se è stata creata un'istanza workflowIdentity; in caso contrario, false.

Si applica a