共用方式為


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

要與目前命令相關聯的 Web 帳戶。

invoked
WebAccountCommandInvokedHandler

處理命令的委派。

actions
SupportedWebAccountActions

Web 帳戶動作的位元遮罩。

備註

WebAccountCommand 類別的實例新增至 WebAccountCommands 集合。

適用於

另請參閱