WorkflowIdentity.Parse(String) Metodo

Definizione

Converte la rappresentazione di stringa di WorkflowIdentity.

public:
 static System::Activities::WorkflowIdentity ^ Parse(System::String ^ identity);
public static System.Activities.WorkflowIdentity Parse (string identity);
static member Parse : string -> System.Activities.WorkflowIdentity
Public Shared Function Parse (identity As String) As WorkflowIdentity

Parametri

identity
String

Nuova identità.

Restituisce

Rappresentazione della stringa WorkflowIdentity.

Si applica a