UserChangedEventArgs.ChangedPropertyKinds Property
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 the kinds of changes that triggered the UserChangedEvent.
public:
property IVectorView<UserWatcherUpdateKind> ^ ChangedPropertyKinds { IVectorView<UserWatcherUpdateKind> ^ get(); };
IVectorView<UserWatcherUpdateKind> ChangedPropertyKinds();
public IReadOnlyList<UserWatcherUpdateKind> ChangedPropertyKinds { get; }
var iVectorView = userChangedEventArgs.changedPropertyKinds;
Public ReadOnly Property ChangedPropertyKinds As IReadOnlyList(Of UserWatcherUpdateKind)
Property Value
A list of UserWatcherUpdateKind that describe the changes to the user.
Windows requirements
Device family |
Windows 10, version 2004 (introduced in 10.0.19041.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v10.0)
|