PhoneCallHistoryStore.MarkEntryAsSeenAsync(PhoneCallHistoryEntry) 方法

定义

汇报一个条目来指示它已被看到。

public:
 virtual IAsyncAction ^ MarkEntryAsSeenAsync(PhoneCallHistoryEntry ^ callHistoryEntry) = MarkEntryAsSeenAsync;
IAsyncAction MarkEntryAsSeenAsync(PhoneCallHistoryEntry const& callHistoryEntry);
public IAsyncAction MarkEntryAsSeenAsync(PhoneCallHistoryEntry callHistoryEntry);
function markEntryAsSeenAsync(callHistoryEntry)
Public Function MarkEntryAsSeenAsync (callHistoryEntry As PhoneCallHistoryEntry) As IAsyncAction

参数

callHistoryEntry
PhoneCallHistoryEntry

要更新的条目。

返回

Windows 要求

应用功能
phoneCallHistory phoneCallHistorySystem phoneCallHistoryPublic

适用于