Condividi tramite


AggregateContactManager.TrySetPreferredSourceForPictureAsync Metodo

Definizione

Sceglie quale dei contatti non elaborati fornisce l'immagine di visualizzazione principale per l'aggregazione.

public:
 virtual IAsyncOperation<bool> ^ TrySetPreferredSourceForPictureAsync(Contact ^ aggregateContact, Contact ^ rawContact) = TrySetPreferredSourceForPictureAsync;
IAsyncOperation<bool> TrySetPreferredSourceForPictureAsync(Contact const& aggregateContact, Contact const& rawContact);
public IAsyncOperation<bool> TrySetPreferredSourceForPictureAsync(Contact aggregateContact, Contact rawContact);
function trySetPreferredSourceForPictureAsync(aggregateContact, rawContact)
Public Function TrySetPreferredSourceForPictureAsync (aggregateContact As Contact, rawContact As Contact) As IAsyncOperation(Of Boolean)

Parametri

aggregateContact
Contact

Contatto aggregato su cui impostare l'immagine.

rawContact
Contact

Contatto non elaborato che fornisce l'immagine per l'aggregazione.

Restituisce

true se riesce. In caso contrario, false.

Requisiti Windows

Funzionalità dell'app
contactsSystem

Si applica a