Compartilhar via


AggregateContactManager.TrySetPreferredSourceForPictureAsync Método

Definição

Escolhe qual dos contatos brutos fornece o main imagem de exibição para a agregação.

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

O contato agregado no qual definir a imagem.

rawContact
Contact

O contato bruto que fornece a imagem para a agregação.

Retornos

true se for bem-sucedido, caso contrário, false.

Requisitos do Windows

Funcionalidades do aplicativo
contactsSystem

Aplica-se a