ActivityDelegate.OnGetRuntimeDelegateArguments Metodo

Definizione

Fornisce una raccolta di argomenti di runtime per il 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))

Parametri

runtimeDelegateArguments
IList<RuntimeDelegateArgument>

Raccolta in cui inserire argomenti di runtime.

Commenti

Quando viene eseguito l’override in una classe derivata, questo metodo può essere utilizzato per personalizzare gli argomenti che sono usati dal ActivityDelegate.

Si applica a