WorkflowCompletedEventArgs.OutputParameters プロパティ

定義

ワークフローから出力を取得します。

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

プロパティ値

ワークフローの出力パラメーターを含むパラメーター名でキー指定された値の Dictionary<TKey,TValue>

注釈

OutputParameters には、ワークフローの out および ref パラメーターが含まれています。

適用対象