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)
属性值
来自已完成工作流的根活动的输出参数值的字典。
注解
字典中的输出自变量值由自变量名称键控。