ActivityDelegate.OnGetRuntimeDelegateArguments Método

Definición

Proporciona una lista de argumentos de tiempo de ejecución para el objeto 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 debe rellenar con argumentos de tiempo de ejecución.

Comentarios

Cuando se invalida en una clase derivada, este método se puede utilizar para personalizar los argumentos utilizados por el objeto ActivityDelegate.

Se aplica a