PhoneCallHistoryStore.GetEntryReader メソッド

定義

オーバーロード

GetEntryReader()

すべてのエントリを読み取る既定の電話履歴エントリを取得します。

GetEntryReader(PhoneCallHistoryEntryQueryOptions)

指定されたフィルターに基づいてエントリ リーダーを取得します。

GetEntryReader()

すべてのエントリを読み取る既定の電話履歴エントリを取得します。

public:
 virtual PhoneCallHistoryEntryReader ^ GetEntryReader() = GetEntryReader;
/// [Windows.Foundation.Metadata.Overload("GetEntryReader")]
PhoneCallHistoryEntryReader GetEntryReader();
[Windows.Foundation.Metadata.Overload("GetEntryReader")]
public PhoneCallHistoryEntryReader GetEntryReader();
function getEntryReader()
Public Function GetEntryReader () As PhoneCallHistoryEntryReader

戻り値

通話ログ エントリを通過するために使用できるリーダー。

属性

Windows の要件

アプリの機能
phoneCallHistory phoneCallHistorySystem phoneCallHistoryPublic

注釈

一部のクエリ フィルターに基づいてエントリの限定されたサブセットのリーダーを取得する場合は、 GetEntryReader を使用します。

こちらもご覧ください

適用対象

GetEntryReader(PhoneCallHistoryEntryQueryOptions)

指定されたフィルターに基づいてエントリ リーダーを取得します。

public:
 virtual PhoneCallHistoryEntryReader ^ GetEntryReader(PhoneCallHistoryEntryQueryOptions ^ queryOptions) = GetEntryReader;
/// [Windows.Foundation.Metadata.Overload("GetEntryReaderWithOptions")]
PhoneCallHistoryEntryReader GetEntryReader(PhoneCallHistoryEntryQueryOptions const& queryOptions);
[Windows.Foundation.Metadata.Overload("GetEntryReaderWithOptions")]
public PhoneCallHistoryEntryReader GetEntryReader(PhoneCallHistoryEntryQueryOptions queryOptions);
function getEntryReader(queryOptions)
Public Function GetEntryReader (queryOptions As PhoneCallHistoryEntryQueryOptions) As PhoneCallHistoryEntryReader

パラメーター

queryOptions
PhoneCallHistoryEntryQueryOptions

フィルター処理されたエントリ リーダーの作成に使用されるオプション。

戻り値

通話ログ エントリを通過するために使用できるリーダー。

属性

Windows の要件

アプリの機能
phoneCallHistory phoneCallHistorySystem phoneCallHistoryPublic

注釈

queryOptions を使用して、指定されたエントリのみを読み取るリーダーを作成します。 すべてのログ エントリにアクセスするリーダーが必要な場合は、 GetEntryReader を使用できます。

こちらもご覧ください

適用対象