PhoneCallHistoryStore.DeleteEntriesAsync 方法

定义

删除存储区中的条目。

public:
 virtual IAsyncAction ^ DeleteEntriesAsync(IIterable<PhoneCallHistoryEntry ^> ^ callHistoryEntries) = DeleteEntriesAsync;
IAsyncAction DeleteEntriesAsync(IIterable<PhoneCallHistoryEntry> const& callHistoryEntries);
public IAsyncAction DeleteEntriesAsync(IEnumerable<PhoneCallHistoryEntry> callHistoryEntries);
function deleteEntriesAsync(callHistoryEntries)
Public Function DeleteEntriesAsync (callHistoryEntries As IEnumerable(Of PhoneCallHistoryEntry)) As IAsyncAction

参数

callHistoryEntries

IIterable<PhoneCallHistoryEntry>

IEnumerable<PhoneCallHistoryEntry>

要删除的条目。

返回

Windows 要求

应用功能
phoneCallHistory phoneCallHistorySystem phoneCallHistoryPublic

适用于