UserWatcherUpdateKind 枚举

定义

描述对用户配置文件进行了哪些类型的更改。

public enum class UserWatcherUpdateKind
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 655360)]
enum class UserWatcherUpdateKind
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 655360)]
public enum UserWatcherUpdateKind
var value = Windows.System.UserWatcherUpdateKind.properties
Public Enum UserWatcherUpdateKind
继承
UserWatcherUpdateKind
属性

Windows 要求

设备系列
Windows 10, version 2004 (在 10.0.19041.0 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v10.0 中引入)

字段

Picture 1

用户的图片已更改。

Properties 0

用户的属性已更改。

适用于