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で使用される引数をカスタマイズできます。

適用対象