WorkflowCompletedEventArgs.OutputParameters Tulajdonság
Definíció
Fontos
Egyes információk olyan, kiadás előtti termékekre vonatkoznak, amelyek a kiadásig még jelentősen módosulhatnak. A Microsoft nem vállal kifejezett vagy törvényi garanciát az itt megjelenő információért.
Lekéri a kimenetet a munkafolyamatból.
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)
Tulajdonság értéke
A Dictionary<TKey,TValue> munkafolyamat kimeneti paramétereit tartalmazó paraméternévvel kulcsolt értékek egyike.
Megjegyzések
OutputParameters
out A munkafolyamat paramétereit és ref paramétereit tartalmazza.