AggregateContactManager.TrySetPreferredSourceForPictureAsync Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Wählt aus, welcher der unformatierten Kontakte das Standard Anzeigebild für das Aggregat bereitstellt.
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)
Parameter
- aggregateContact
- Contact
Der Aggregatkontakt, für den das Bild festgelegt werden soll.
- rawContact
- Contact
Der rohe Kontakt, der das Bild für das Aggregat bereitstellt.
Gibt zurück
true
, wenn erfolgreich, andernfalls false
.
Windows-Anforderungen
App-Funktionen |
contactsSystem
|