AggregateContactManager 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 des fonctionnalités permettant de lier des contacts individuels (bruts) entre les services en un seul contact agrégé.
public ref class AggregateContactManager sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class AggregateContactManager final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class AggregateContactManager
Public NotInheritable Class AggregateContactManager
- 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
Toutes les méthodes pertinentes de cette classe sont des méthodes statiques.
Historique des versions
Version de Windows | Version du SDK | Valeur ajoutée |
---|---|---|
1607 | 14393 | SetRemoteIdentificationInformationAsync |
Méthodes
FindRawContactsAsync(Contact) |
Retourne la liste des contacts individuels (bruts) du contact d’agrégation spécifié. |
SetRemoteIdentificationInformationAsync(String, String, String) |
Définit l’identificateur qui spécifie les contacts distants à lier avec les données de contact sur votre appareil. |
TryLinkContactsAsync(Contact, Contact) |
Tente de manière asynchrone de lier des contacts pour établir un contact d’agrégation. |
TrySetPreferredSourceForPictureAsync(Contact, Contact) |
Choisit lequel des contacts bruts fournit l’image d’affichage main pour l’agrégat. |
UnlinkRawContactAsync(Contact) |
Dissocie de manière asynchrone un contact brut du contact d’agrégation parent. |