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 使用的自变量。

适用于