共用方式為


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

另請參閱

適用於