語言

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)

屬性值

一個根活動輸出參數值的字典,從完成的工作流程中取值。

備註

字典中的輸出參數值以參數名稱為鍵。

適用於