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) |
根據專案標識碼,從存放區取得專案。 |
GetEntryReader() |
擷取讀取所有專案的默認通話記錄專案。 |
GetEntryReader(PhoneCallHistoryEntryQueryOptions) |
根據提供的篩選擷取專案讀取器。 |
GetSourcesUnseenCountAsync(IIterable<String>) |
取得所提供來源的未看見記錄項目數目。 |
GetUnseenCountAsync() |
取得未看見的項目數目。 |
MarkAllAsSeenAsync() |
更新所有專案,以指出使用者已看到這些專案。 |
MarkEntriesAsSeenAsync(IIterable<PhoneCallHistoryEntry>) |
匯報 專案,指出使用者已看到這些專案。 |
MarkEntryAsSeenAsync(PhoneCallHistoryEntry) |
匯報 專案來指出它已出現。 |
MarkSourcesAsSeenAsync(IIterable<String>) |
標示指定來源的所有專案,如下所示。 |
SaveEntryAsync(PhoneCallHistoryEntry) |
將專案儲存至存放區。 |