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인수를 사용자 지정할 수 있습니다.

적용 대상