WorkflowIdentity.TryParse(String, WorkflowIdentity) メソッド

定義

文字列を解析し、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

新しい ID。

result
WorkflowIdentity

文字列から作成された結果。

戻り値

WorkflowIdentity のインスタンスが作成済みの場合は true。それ以外の場合は false

適用対象