ActivityDelegate.OnGetRuntimeDelegateArguments Método

Definición

Proporciona una lista de argumentos en tiempo de ejecución para .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))

Parámetros

runtimeDelegateArguments
IList<RuntimeDelegateArgument>

Lista que se va a rellenar con argumentos en tiempo de ejecución.

Comentarios

Cuando se reemplaza en una clase derivada, este método se puede usar para personalizar los argumentos usados por .ActivityDelegate

Se aplica a