Condividi tramite


UserChangedEventArgs.ChangedPropertyKinds Proprietà

Definizione

Descrive i tipi di modifiche che hanno attivato l'evento 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)

Valore della proprietà

Elenco di UserWatcherUpdateKind che descrivono le modifiche apportate all'utente.

Requisiti Windows

Famiglia di dispositivi
Windows 10, version 2004 (è stato introdotto in 10.0.19041.0)
API contract
Windows.Foundation.UniversalApiContract (è stato introdotto in v10.0)

Si applica a