ActivityDelegate.OnGetRuntimeDelegateArguments Metoda

Definicja

Dostarcza listę argumentów środowiska uruchomieniowego dla elementu ActivityDelegate.

protected:
 virtual void OnGetRuntimeDelegateArguments(System::Collections::Generic::IList<System::Activities::RuntimeDelegateArgument ^> ^ runtimeDelegateArguments);
protected virtual void OnGetRuntimeDelegateArguments (System.Collections.Generic.IList<System.Activities.RuntimeDelegateArgument> runtimeDelegateArguments);
abstract member OnGetRuntimeDelegateArguments : System.Collections.Generic.IList<System.Activities.RuntimeDelegateArgument> -> unit
override this.OnGetRuntimeDelegateArguments : System.Collections.Generic.IList<System.Activities.RuntimeDelegateArgument> -> unit
Protected Overridable Sub OnGetRuntimeDelegateArguments (runtimeDelegateArguments As IList(Of RuntimeDelegateArgument))

Parametry

runtimeDelegateArguments
IList<RuntimeDelegateArgument>

Lista, która ma zostać wypełniona argumentami środowiska uruchomieniowego.

Uwagi

W przypadku zastąpienia w klasie pochodnej ta metoda może służyć do dostosowywania argumentów używanych przez klasę ActivityDelegate.

Dotyczy