PhoneCallHistoryEntryQueryOptions
PhoneCallHistoryEntryQueryOptions
PhoneCallHistoryEntryQueryOptions
PhoneCallHistoryEntryQueryOptions
Class
Definition
Options for querying the phone call entries.
public : sealed class PhoneCallHistoryEntryQueryOptions : IPhoneCallHistoryEntryQueryOptionspublic sealed class PhoneCallHistoryEntryQueryOptions : IPhoneCallHistoryEntryQueryOptionsPublic NotInheritable Class PhoneCallHistoryEntryQueryOptions Implements IPhoneCallHistoryEntryQueryOptions// 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)
|
Constructors
PhoneCallHistoryEntryQueryOptions() PhoneCallHistoryEntryQueryOptions() PhoneCallHistoryEntryQueryOptions() PhoneCallHistoryEntryQueryOptions()
Creates a new PhoneCallHistoryEntryQueryOptions object.
public : PhoneCallHistoryEntryQueryOptions()public PhoneCallHistoryEntryQueryOptions()Public Sub New()// You can use this method in JavaScript.
Properties
DesiredMedia DesiredMedia DesiredMedia DesiredMedia
Gets or sets the query filter based on the type of media.
public : PhoneCallHistoryEntryQueryDesiredMedia DesiredMedia { get; set; }public PhoneCallHistoryEntryQueryDesiredMedia DesiredMedia { get; set; }Public ReadWrite Property DesiredMedia As PhoneCallHistoryEntryQueryDesiredMedia// You can use this property in JavaScript.
- Value
- PhoneCallHistoryEntryQueryDesiredMedia PhoneCallHistoryEntryQueryDesiredMedia PhoneCallHistoryEntryQueryDesiredMedia PhoneCallHistoryEntryQueryDesiredMedia
The type of media that is included in the filter.
SourceIds SourceIds SourceIds SourceIds
Get the query filter based on the source ID of the phone call entry.
public : IVector<string> SourceIds { get; }public IList<string> SourceIds { get; }Public ReadOnly Property SourceIds As IList<string>// You can use this property in JavaScript.
- Value
- IVector<PlatForm::String> IList<string> IList<string> IList<string>
The list of PhoneCallHistoryEntry.SourceId that are part of the filter.