WorkflowIdentity.Parse(String) 方法

定義

轉換 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

參數

identity
String

新的識別。

傳回

WorkflowIdentity 的字串表示。

適用於