Поделиться через


WebAccountCommand Конструктор

Определение

Инициализирует новый экземпляр класса 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)

Параметры

webAccount
WebAccount

Учетная запись веб-сайта, связанная с текущей командой.

invoked
WebAccountCommandInvokedHandler

Делегат, обрабатывающий команду.

actions
SupportedWebAccountActions

Битовая маска действий учетной записи веб-сайта.

Комментарии

Добавьте экземпляры класса WebAccountCommand в коллекцию WebAccountCommands .

Применяется к

См. также раздел