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 で導入)

適用対象

こちらもご覧ください