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

新しい ID。

戻り値

WorkflowIdentity の文字列形式。

適用対象