WorkflowIdentity.TryParse(String, WorkflowIdentity) Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
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 WorkflowIdentity örneği oluşturulduysa; aksi takdirde , false.