UserWatcherUpdateKind Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Describes what kinds of changes were made to a user profile.
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
- Inheritance
-
UserWatcherUpdateKind
- Attributes
Windows requirements
Device family |
Windows 10, version 2004 (introduced in 10.0.19041.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v10.0)
|
Fields
Name | Value | Description |
---|---|---|
Properties | 0 | The user's properties have been changed. |
Picture | 1 | The user's picture has been changed. |