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 所使用的引數。

適用於