Condividi tramite


WebAccountCommand Costruttore

Definizione

Inizializza una nuova istanza della classe WebAccountCommand .

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)

Parametri

webAccount
WebAccount

Account Web da associare al comando corrente.

invoked
WebAccountCommandInvokedHandler

Delegato che gestisce il comando.

actions
SupportedWebAccountActions

Maschera di azioni dell'account Web.

Commenti

Aggiungere istanze della classe WebAccountCommand all'insieme WebAccountCommands .

Si applica a

Vedi anche