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)

プロパティ値

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

注釈

ディクショナリにおける出力引数値は、引数名に従ってキー指定されます。

適用対象