Condividi tramite


PhoneCallHistoryStore.MarkEntriesAsSeenAsync Metodo

Definizione

Aggiornamenti voci per indicare che sono state visualizzate dall'utente.

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

Parametri

callHistoryEntries

IIterable<PhoneCallHistoryEntry>

IEnumerable<PhoneCallHistoryEntry>

Voci da contrassegnare come visto. Viene aggiornata la proprietà PhoneCallHistoryEntry.IsSeen .

Restituisce

Requisiti Windows

Funzionalità dell'app
phoneCallHistory phoneCallHistorySystem phoneCallHistoryPublic

Si applica a