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에서 사용되는 인수를 사용자 지정하는 데 사용될 수 있습니다.

적용 대상