Condividi tramite


PhoneCallHistoryStore.DeleteEntriesAsync Metodo

Definizione

Elimina le voci nell'archivio.

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

Parametri

callHistoryEntries

IIterable<PhoneCallHistoryEntry>

IEnumerable<PhoneCallHistoryEntry>

Voci da eliminare.

Restituisce

Requisiti Windows

Funzionalità dell'app
phoneCallHistory phoneCallHistorySystem phoneCallHistoryPublic

Si applica a