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)

屬性值

根活動的輸出自變數值的字典,來自已完成的工作流程。

備註

字典中的輸出引數值以引數名稱做為索引鍵。

適用於