Share via


WebAccountCommandInvokedHandler 委托

定义

表示当用户在帐户设置窗格中选择帐户和特定操作时调用的方法。

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)

参数

command
WebAccountCommand

针对“帐户”窗格中的 Web 帐户执行的命令。

args
WebAccountInvokedArgs

命令的数据。

属性

Windows 要求

设备系列
Windows 10 (在 10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v1.0 中引入)

适用于

另请参阅