Sdílet prostřednictvím


ActivityDelegate.OnGetRuntimeDelegateArguments Metoda

Definice

Poskytuje seznam argumentů modulu runtime pro 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))

Parametry

runtimeDelegateArguments
IList<RuntimeDelegateArgument>

Seznam, který se má naplnit argumenty modulu runtime.

Poznámky

Při přepsání v odvozené třídě lze tuto metodu použít k přizpůsobení argumentů, které jsou používány objektem ActivityDelegate.

Platí pro