WorkflowCompletedEventArgs.OutputParameters Vlastnost

Definice

Získá výstup z pracovního postupu.

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)

Hodnota vlastnosti

Hodnota Dictionary<TKey,TValue> s klíči podle názvu parametru, která obsahuje výstupní parametry pracovního postupu.

Poznámky

OutputParameters out obsahuje parametry pracovního ref postupu.

Platí pro