WebAccountCommandInvokedHandler Delegasikan
Definisi
Penting
Beberapa informasi terkait produk prarilis yang dapat diubah secara signifikan sebelum dirilis. Microsoft tidak memberikan jaminan, tersirat maupun tersurat, sehubungan dengan informasi yang diberikan di sini.
Mewakili metode yang dipanggil saat pengguna memilih akun dan tindakan tertentu di panel pengaturan akun.
public delegate void WebAccountCommandInvokedHandler(WebAccountCommand ^ command, WebAccountInvokedArgs ^ args);
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(518448217, 5893, 19098, 181, 153, 160, 195, 214, 146, 25, 115)]
class WebAccountCommandInvokedHandler : MulticastDelegate
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(518448217, 5893, 19098, 181, 153, 160, 195, 214, 146, 25, 115)]
public delegate void WebAccountCommandInvokedHandler(WebAccountCommand command, WebAccountInvokedArgs args);
var webAccountCommandInvokedHandlerHandler = function(command, args){
/* Your code */
}
Public Delegate Sub WebAccountCommandInvokedHandler(command As WebAccountCommand, args As WebAccountInvokedArgs)
Parameter
- command
- WebAccountCommand
Perintah yang dilakukan terhadap akun web di panel akun.
Data untuk perintah .
- Atribut
Persyaratan Windows
Rangkaian perangkat |
Windows 10 (diperkenalkan dalam 10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
|
API contract |
Windows.Foundation.UniversalApiContract (diperkenalkan dalam v1.0)
|