ContactChangeTracker Classe

Definizione

Fornisce funzionalità per il monitoraggio delle modifiche apportate agli oggetti Contact in ContactStore.

public ref class ContactChangeTracker sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class ContactChangeTracker final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class ContactChangeTracker
Public NotInheritable Class ContactChangeTracker
Ereditarietà
Object Platform::Object IInspectable ContactChangeTracker
Attributi

Requisiti Windows

Famiglia di dispositivi
Windows 10 (è stato introdotto in 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (è stato introdotto in v1.0)
Funzionalità dell'app
contactsSystem

Commenti

Usare ContactStore.ChangeTracker o ContactList.ChangeTracker per ottenere un'istanza di questa classe.

Cronologia delle versioni

Versione di Windows Versione dell'SDK Valore aggiunto
1709 16299 IsTracking

Proprietà

IsTracking

Ottiene un valore booleano che indica se il rilevamento delle modifiche è attivo.

Metodi

Enable()

Chiamare questo metodo per abilitare il rilevamento delle modifiche.

GetChangeReader()

Ottiene un oggetto ContactChangeReader che può essere usato per elaborare le modifiche.

Reset()

Chiamare questo metodo per reimpostare il tracker delle modifiche se l'app riceve ContactChangeType.ChangeTrackingLost.

Si applica a