Condividi tramite


AggregateContactManager.TryLinkContactsAsync(Contact, Contact) Metodo

Definizione

Tenta in modo asincrono di collegare i contatti per creare un contatto aggregato.

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)

Parametri

primaryContact
Contact

Primo contatto da collegare.

secondaryContact
Contact

Secondo contatto da collegare al primaryContact.

Restituisce

Contatto aggregato appena creato.

Requisiti Windows

Funzionalità dell'app
contactsSystem

Commenti

Gli oggetti primaryContact e secondaryContact possono essere qualsiasi combinazione di contatti non elaborati e aggregati.

Si applica a