ContactAnnotationList 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.
Représente une liste d’objets ContactAnnotation .
public ref class ContactAnnotationList sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class ContactAnnotationList final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class ContactAnnotationList
Public NotInheritable Class ContactAnnotationList
- 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 l’une des méthodes suivantes pour créer ou obtenir un ContactAnnotationList existant :
- CreateAnnotationListAsync
- CreateAnnotationListAsync(String)
- GetAnnotationListAsync
- FindAnnotationListsAsync
Propriétés
Id |
Obtient l’ID de ce ContactAnnotationList. |
ProviderPackageFamilyName |
Obtient l’identificateur unique du package d’application qui a créé ContactAnnotationList. |
UserDataAccountId |
Obtient l’ID du UserDataAccount utilisé par l’application. |
Méthodes
DeleteAnnotationAsync(ContactAnnotation) |
Supprime de façon asynchrone le ContactAnnotation spécifié de la liste. |
DeleteAsync() |
Supprime de façon asynchrone ce ContactAnnotationList du ContactAnnotationStore. |
FindAnnotationsAsync() |
Obtient de manière asynchrone la liste des objets ContactAnnotation . |
FindAnnotationsByRemoteIdAsync(String) |
Obtient la liste des objets ContactAnnotation contenant la propriété d’ID distant spécifiée. |
GetAnnotationAsync(String) |
Obtient l’objet ContactAnnotation avec l’ID spécifié. |
TrySaveAnnotationAsync(ContactAnnotation) |
Tente de façon asynchrone d’enregistrer contactAnnotation dans ContactAnnotationList. |