AggregateContactManager.TryLinkContactsAsync(Contact, Contact) Méthode
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.
Tente de manière asynchrone de lier des contacts pour établir un contact d’agrégation.
public:
virtual IAsyncOperation<Contact ^> ^ TryLinkContactsAsync(Contact ^ primaryContact, Contact ^ secondaryContact) = TryLinkContactsAsync;
IAsyncOperation<Contact> TryLinkContactsAsync(Contact const& primaryContact, Contact const& secondaryContact);
public IAsyncOperation<Contact> TryLinkContactsAsync(Contact primaryContact, Contact secondaryContact);
function tryLinkContactsAsync(primaryContact, secondaryContact)
Public Function TryLinkContactsAsync (primaryContact As Contact, secondaryContact As Contact) As IAsyncOperation(Of Contact)
Paramètres
- primaryContact
- Contact
Premier contact à lier.
- secondaryContact
- Contact
Deuxième contact à lier au contact principal.
Retours
Contact d’agrégation nouvellement créé.
Configuration requise pour Windows
Fonctionnalités de l’application |
contactsSystem
|
Remarques
Les objets primaryContact et secondaryContact peuvent être n’importe quelle combinaison de contacts bruts et agrégés.