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)
屬性值
根活動的輸出自變數值的字典,來自已完成的工作流程。
備註
字典中的輸出引數值以引數名稱做為索引鍵。