WorkflowIdentity.TryParse(String, WorkflowIdentity) Yöntem

Tanım

Dizeyi ayrıştırarak WorkflowIdentity'nin yeni bir örneğini oluşturur.

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

Parametreler

identity
String

Yeni bir kimlik.

result
WorkflowIdentity

Dizeden oluşturulan sonuç.

Döndürülenler

true bir WorkflowIdentity örneği oluşturulduysa; aksi takdirde , false.

Şunlara uygulanır