ActivityDelegate.OnGetRuntimeDelegateArguments Metod

Definition

Tillhandahåller en lista över körningsargument för 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))

Parametrar

runtimeDelegateArguments
IList<RuntimeDelegateArgument>

Listan som ska fyllas i med körningsargument.

Kommentarer

När den åsidosätts i en härledd klass kan den här metoden användas för att anpassa argumenten som används av ActivityDelegate.

Gäller för