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.

Restituisce

true se una istanza WorkflowIdentity è stato creata, false in caso contrario.

Si applica a