PhoneCallHistoryStore.DeleteEntryAsync(PhoneCallHistoryEntry) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Delete an entry from the store.
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
Parameters
- callHistoryEntry
- PhoneCallHistoryEntry
The entry to delete.
Returns
Windows requirements
App capabilities |
phoneCallHistory
phoneCallHistorySystem
phoneCallHistoryPublic
|