AggregateContactManager.TrySetPreferredSourceForPictureAsync Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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
|