WorkflowIdentity.TryParse(String, WorkflowIdentity) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
剖析字串,並建立 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
參數
- identity
- String
新的識別。
- result
- WorkflowIdentity
從字串建立而成的結果。
傳回
如果已建立 WorkflowIdentity 執行個體,則為 true
,否則為 false
。