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) |
エントリをストアに保存します。 |