次の方法で共有


WorkflowCreationContext.WorkflowArguments プロパティ

定義

新しく作成されたワークフロー インスタンスに渡す引数を取得します。

public:
 property System::Collections::Generic::IDictionary<System::String ^, System::Object ^> ^ WorkflowArguments { System::Collections::Generic::IDictionary<System::String ^, System::Object ^> ^ get(); };
public System.Collections.Generic.IDictionary<string,object> WorkflowArguments { get; }
member this.WorkflowArguments : System.Collections.Generic.IDictionary<string, obj>
Public ReadOnly Property WorkflowArguments As IDictionary(Of String, Object)

プロパティ値

ワークフロー インスタンスに渡すキーと値のペアの引数のディクショナリ。

適用対象