WebAccountCommand Costruttore
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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 .