ContactChangeReader Classe
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Fournit un moyen de surveiller et de réagir aux modifications apportées aux contacts.
public ref class ContactChangeReader 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 ContactChangeReader 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 ContactChangeReader
Public NotInheritable Class ContactChangeReader
- Héritage
- Attributs
Configuration requise pour Windows
Famille d’appareils |
Windows 10 (introduit dans 10.0.10240.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduit dans v1.0)
|
Fonctionnalités de l’application |
contactsSystem
|
Remarques
Appelez la méthode GetChangeReader pour obtenir un instance de cette classe.
Méthodes
AcceptChanges() |
Appelez cette méthode pour indiquer que vous avez traité et accepté toutes les modifications et que vous ne souhaitez pas que le système vous les affiche à nouveau. |
AcceptChangesThrough(ContactChange) |
Appelez cette méthode pour indiquer que vous avez traité et accepté jusqu’à la modification spécifiée. |
ReadBatchAsync() |
Obtient de façon asynchrone une liste d’objets ContactChange . |