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

另请参阅

适用于