Bagikan melalui


WebAccountCommand Konstruktor

Definisi

Menginisialisasi instans baru kelas 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)

Parameter

webAccount
WebAccount

Akun web yang akan dikaitkan dengan perintah saat ini.

invoked
WebAccountCommandInvokedHandler

Delegasi yang menangani perintah.

actions
SupportedWebAccountActions

Bitmask tindakan akun web.

Keterangan

Tambahkan instans kelas WebAccountCommand ke koleksi WebAccountCommands .

Berlaku untuk

Lihat juga