PhoneCallHistoryStore 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
电话呼叫历史记录条目的集合。
public ref class PhoneCallHistoryStore sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class PhoneCallHistoryStore final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class PhoneCallHistoryStore
Public NotInheritable Class PhoneCallHistoryStore
- 继承
- 属性
Windows 要求
设备系列 |
Windows 10 (在 10.0.10240.0 中引入)
|
API contract |
Windows.Foundation.UniversalApiContract (在 v1.0 中引入)
|
应用功能 |
phoneCallHistory
phoneCallHistorySystem
phoneCallHistoryPublic
|
方法
DeleteEntriesAsync(IIterable<PhoneCallHistoryEntry>) |
删除存储中的条目。 |
DeleteEntryAsync(PhoneCallHistoryEntry) |
从存储中删除条目。 |
GetEntryAsync(String) |
根据条目 ID 从存储中获取条目。 |
GetEntryReader() |
检索读取所有条目的默认电话呼叫历史记录条目。 |
GetEntryReader(PhoneCallHistoryEntryQueryOptions) |
根据提供的筛选器检索条目读取器。 |
GetSourcesUnseenCountAsync(IIterable<String>) |
获取提供的源的不可见日志条目数。 |
GetUnseenCountAsync() |
获取未看到条目的数目。 |
MarkAllAsSeenAsync() |
更新所有条目,以指示用户已看到它们。 |
MarkEntriesAsSeenAsync(IIterable<PhoneCallHistoryEntry>) |
汇报项以指示用户已看到它们。 |
MarkEntryAsSeenAsync(PhoneCallHistoryEntry) |
汇报一个条目来指示它已被看到。 |
MarkSourcesAsSeenAsync(IIterable<String>) |
将指定源中的所有条目标记为可见。 |
SaveEntryAsync(PhoneCallHistoryEntry) |
将条目保存到存储区。 |