ActivityDelegate.OnGetRuntimeDelegateArguments 方法

定义

提供 .. 的 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))

参数

runtimeDelegateArguments
IList<RuntimeDelegateArgument>

要用运行时参数填充的列表。

注解

在派生类中重写时,此方法可用于自定义由派 ActivityDelegate生类使用的参数。

适用于