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

適用対象