次の方法で共有


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

適用対象