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)

属性值

来自已完成工作流的根活动的输出参数值的字典。

注解

字典中的输出自变量值由自变量名称键控。

适用于