PhoneCallHistoryStore.MarkEntryAsSeenAsync(PhoneCallHistoryEntry) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
汇报一个条目来指示它已被看到。
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
|