PhoneCallHistoryEntryReader.ReadBatchAsync 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.
Renvoie une liste des objets PhoneCallHistoryEntry .
public:
virtual IAsyncOperation<IVectorView<PhoneCallHistoryEntry ^> ^> ^ ReadBatchAsync() = ReadBatchAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<IVectorView<PhoneCallHistoryEntry>> ReadBatchAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<IReadOnlyList<PhoneCallHistoryEntry>> ReadBatchAsync();
function readBatchAsync()
Public Function ReadBatchAsync () As IAsyncOperation(Of IReadOnlyList(Of PhoneCallHistoryEntry))
Retours
Opération asynchrone qui retourne un IVectorView en cas de réussite de l’exécution.
- Attributs
Configuration requise pour Windows
Fonctionnalités de l’application |
phoneCallHistory
phoneCallHistorySystem
|