WebAccountCommand Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the WebAccountCommand class.
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)
Parameters
- webAccount
- WebAccount
The web account to associate with the current command.
- invoked
- WebAccountCommandInvokedHandler
The delegate that handles the command.
- actions
- SupportedWebAccountActions
A bitmask of web account actions.
Remarks
Add instances of the WebAccountCommand class to the WebAccountCommands collection.