WorkflowCompletedEventArgs.OutputParameters 属性

定义

获取工作流的输出。

public:
 property System::Collections::Generic::Dictionary<System::String ^, System::Object ^> ^ OutputParameters { System::Collections::Generic::Dictionary<System::String ^, System::Object ^> ^ get(); };
public System.Collections.Generic.Dictionary<string,object> OutputParameters { get; }
member this.OutputParameters : System.Collections.Generic.Dictionary<string, obj>
Public ReadOnly Property OutputParameters As Dictionary(Of String, Object)

属性值

Dictionary<TKey,TValue> 参数名称键控的值,其中包含工作流的输出参数。

注解

OutputParameters包含outref工作流的参数。

适用于