ActivityDelegate.OnGetRuntimeDelegateArguments(IList<RuntimeDelegateArgument>) 方法
定义
提供 ActivityDelegate 的运行时自变量列表。Supplies a list of runtime arguments for the 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>
要使用运行时参数填充的列表。The list to be populated with runtime arguments.
注解
在派生类中重写时,可以使用此方法自定义由 ActivityDelegate 使用的自变量。When overridden in a derived class, this method can be used to customize the arguments that are used by the ActivityDelegate.