InvokeCompletedEventArgs.Outputs 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
從完成的工作流程中取得 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)
屬性值
一個根活動輸出參數值的字典,從完成的工作流程中取值。
備註
字典中的輸出參數值以參數名稱為鍵。