Freigeben über


PhoneCallHistoryStore.MarkEntriesAsSeenAsync Methode

Definition

Updates Einträge an, um anzugeben, dass sie vom Benutzer gesehen wurden.

public:
 virtual IAsyncAction ^ MarkEntriesAsSeenAsync(IIterable<PhoneCallHistoryEntry ^> ^ callHistoryEntries) = MarkEntriesAsSeenAsync;
IAsyncAction MarkEntriesAsSeenAsync(IIterable<PhoneCallHistoryEntry> const& callHistoryEntries);
public IAsyncAction MarkEntriesAsSeenAsync(IEnumerable<PhoneCallHistoryEntry> callHistoryEntries);
function markEntriesAsSeenAsync(callHistoryEntries)
Public Function MarkEntriesAsSeenAsync (callHistoryEntries As IEnumerable(Of PhoneCallHistoryEntry)) As IAsyncAction

Parameter

callHistoryEntries

IIterable<PhoneCallHistoryEntry>

IEnumerable<PhoneCallHistoryEntry>

Die zu markierenden Einträge als sichtbar. Dadurch wird die PhoneCallHistoryEntry.IsSeen-Eigenschaft aktualisiert.

Gibt zurück

Windows-Anforderungen

App-Funktionen
phoneCallHistory phoneCallHistorySystem phoneCallHistoryPublic

Gilt für: