Compartir a través de


AggregateContactManager.TrySetPreferredSourceForPictureAsync Método

Definición

Elige cuál de los contactos sin procesar proporciona la imagen de presentación principal para el agregado.

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)

Parámetros

aggregateContact
Contact

Contacto agregado en el que se va a establecer la imagen.

rawContact
Contact

Contacto sin formato que proporciona la imagen del agregado.

Devoluciones

true si es correcto; de lo contrario, false.

Requisitos de Windows

Características de aplicaciones
contactsSystem

Se aplica a