PhoneCallHistoryEntryReader
PhoneCallHistoryEntryReader
PhoneCallHistoryEntryReader
PhoneCallHistoryEntryReader
Class
Definition
Enables the calling app to read through the phone call history entries.
public : sealed class PhoneCallHistoryEntryReader : IPhoneCallHistoryEntryReaderpublic sealed class PhoneCallHistoryEntryReader : IPhoneCallHistoryEntryReaderPublic NotInheritable Class PhoneCallHistoryEntryReader Implements IPhoneCallHistoryEntryReader// You can use this class in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Methods
ReadBatchAsync() ReadBatchAsync() ReadBatchAsync() ReadBatchAsync()
Returns a list of the PhoneCallHistoryEntry objects.
public : IAsyncOperation<IVectorView<PhoneCallHistoryEntry>> ReadBatchAsync()public IAsyncOperation<IReadOnlyList<PhoneCallHistoryEntry>> ReadBatchAsync()Public Function ReadBatchAsync() As IAsyncOperation( Of IReadOnlyListPhoneCallHistoryEntry )// You can use this method in JavaScript.
Returns
IAsyncOperation<IVectorView<PhoneCallHistoryEntry>>
IAsyncOperation<IReadOnlyList<PhoneCallHistoryEntry>>
IAsyncOperation<IReadOnlyList<PhoneCallHistoryEntry>>
IAsyncOperation<IReadOnlyList<PhoneCallHistoryEntry>>
An asynchronous operation that returns an IVectorView upon successful completion.