AggregateContactManager.TrySetPreferredSourceForPictureAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Choisit lequel des contacts bruts fournit l’image d’affichage main pour l’agrégat.
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)
Paramètres
- aggregateContact
- Contact
Contact d’agrégation sur lequel définir l’image.
- rawContact
- Contact
Contact brut qui fournit l’image pour l’agrégat.
Retours
true
en cas de réussite ; sinon, false
.
Configuration requise pour Windows
Fonctionnalités de l’application |
contactsSystem
|