InvokeCompletedEventArgs.Outputs プロパティ

定義

完了したワークフローからルート アクティビティの出力引数値の IDictionary<TKey,TValue> を取得します。

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

プロパティ値

完了したワークフローからのルート アクティビティの出力引数値のディクショナリ。

注釈

ディクショナリ内の出力引数の値は、引数名でキー付けされます。

適用対象