Share via


WebAccountCommand Konstruktor

Definition

Initialisiert eine neue instance der WebAccountCommand-Klasse.

public:
 WebAccountCommand(WebAccount ^ webAccount, WebAccountCommandInvokedHandler ^ invoked, SupportedWebAccountActions actions);
 WebAccountCommand(WebAccount const& webAccount, WebAccountCommandInvokedHandler const& invoked, SupportedWebAccountActions const& actions);
public WebAccountCommand(WebAccount webAccount, WebAccountCommandInvokedHandler invoked, SupportedWebAccountActions actions);
function WebAccountCommand(webAccount, invoked, actions)
Public Sub New (webAccount As WebAccount, invoked As WebAccountCommandInvokedHandler, actions As SupportedWebAccountActions)

Parameter

webAccount
WebAccount

Das Webkonto, das dem aktuellen Befehl zugeordnet werden soll.

invoked
WebAccountCommandInvokedHandler

Der Delegat, der den Befehl verarbeitet.

actions
SupportedWebAccountActions

Eine Bitmaske von Webkontoaktionen.

Hinweise

Fügen Sie instanzen der WebAccountCommand-Klasse der WebAccountCommands-Auflistung hinzu.

Gilt für:

Weitere Informationen