WorkflowIdentity.TryParse(String, WorkflowIdentity) Méthode

Définition

Analyse la chaîne et crée une nouvelle instance de classe 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

Paramètres

identity
String

Nouvelle identité.

result
WorkflowIdentity

Résultat créé à partir de la chaîne.

Retours

true si une instance WorkflowIdentity a été créée, sinon false.

S’applique à