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 包含 out 工作流程的參數 ref

適用於