Share via


UserChangedEventArgs.ChangedPropertyKinds 屬性

定義

描述觸發 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)

屬性值

描述使用者變更的 UserWatcherUpdateKind 清單。

Windows 需求

裝置系列
Windows 10, version 2004 (已於 10.0.19041.0 引進)
API contract
Windows.Foundation.UniversalApiContract (已於 v10.0 引進)

適用於