Compartir a través de


PhoneCallHistoryStore.DeleteEntriesAsync Método

Definición

Elimina entradas en el almacén.

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

Parámetros

callHistoryEntries

IIterable<PhoneCallHistoryEntry>

IEnumerable<PhoneCallHistoryEntry>

Entradas que se van a eliminar.

Devoluciones

Requisitos de Windows

Características de aplicaciones
phoneCallHistory phoneCallHistorySystem phoneCallHistoryPublic

Se aplica a