ActivityDelegate.OnGetRuntimeDelegateArguments Método

Definição

Fornece uma lista de argumentos em tempo de execução para o 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>

A lista será preenchida com argumentos em tempo de execução.

Observações

Quando sobreposto numa classe derivada, este método pode ser usado para personalizar os argumentos usados pelo ActivityDelegate.

Aplica-se a