共用方式為


PhoneCallHistoryStore.MarkEntriesAsSeenAsync 方法

定義

匯報 專案,指出使用者已看到這些專案。

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

參數

callHistoryEntries

IIterable<PhoneCallHistoryEntry>

IEnumerable<PhoneCallHistoryEntry>

要標示為的專案。 這會更新 PhoneCallHistoryEntry.IsSeen 屬性。

傳回

Windows 需求

應用程式功能
phoneCallHistory phoneCallHistorySystem phoneCallHistoryPublic

適用於