PhoneCallHistoryStore.MarkEntriesAsSeenAsync 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
汇报项以指示用户已看到它们。
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
要标记为可见的条目。 这会更新 PhoneCallHistoryEntry.IsSeen 属性。
返回
Windows 要求
应用功能 |
phoneCallHistory
phoneCallHistorySystem
phoneCallHistoryPublic
|