次の方法で共有


PhoneCallHistoryStore.DeleteEntryAsync(PhoneCallHistoryEntry) メソッド

定義

ストアからエントリを削除します。

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

パラメーター

callHistoryEntry
PhoneCallHistoryEntry

削除するエントリ。

戻り値

Windows の要件

アプリの機能
phoneCallHistory phoneCallHistorySystem phoneCallHistoryPublic

適用対象