WebAccountMonitor 类

定义

允许应用监视特定的 Web 帐户,并在这些 Web 帐户更改时引发事件。

public ref class WebAccountMonitor sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 196608)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class WebAccountMonitor final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 196608)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class WebAccountMonitor
Public NotInheritable Class WebAccountMonitor
继承
Object Platform::Object IInspectable WebAccountMonitor
属性

Windows 要求

设备系列
Windows 10 Anniversary Edition (在 10.0.14393.0 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v3.0 中引入)

注解

版本历史记录

Windows 版本 SDK 版本 已添加值
2004 19041 AccountPictureUpdated

事件

AccountPictureUpdated

当受监视 的 WebAccount 的 图片更改时触发。

DefaultSignInAccountChanged

当默认登录帐户更改时触发。

Removed

删除受监视 的 WebAccount 时触发。

Updated

更新受监视 的 WebAccount 时触发。

适用于