Share via


AggregateContactManager Classe

Définition

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
Object Platform::Object IInspectable AggregateContactManager
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.

S’applique à