PhoneCallHistoryStore クラス

定義

通話履歴エントリのコレクション。

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
継承
Object Platform::Object IInspectable 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)

エントリをストアに保存します。

適用対象