PhoneCallHistoryStore.DeleteEntryAsync(PhoneCallHistoryEntry) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Supprimer une entrée du magasin.
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
Paramètres
- callHistoryEntry
- PhoneCallHistoryEntry
Entrée à supprimer.
Retours
Configuration requise pour Windows
Fonctionnalités de l’application |
phoneCallHistory
phoneCallHistorySystem
phoneCallHistoryPublic
|