WorkflowIdentity.Parse(String) Metodo

Definizione

Converte la rappresentazione di stringa dell'oggetto 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à.

Valori restituiti

Rappresentazione di stringa dell'oggetto WorkflowIdentity.

Si applica a