Condividi tramite


PhoneCallHistoryStore.GetEntryReader Metodo

Definizione

Overload

GetEntryReader()

Recupera una voce predefinita della cronologia delle chiamate telefoniche che legge tutte le voci.

GetEntryReader(PhoneCallHistoryEntryQueryOptions)

Recupera un lettore di voci in base ai filtri forniti.

GetEntryReader()

Recupera una voce predefinita della cronologia delle chiamate telefoniche che legge tutte le voci.

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

Restituisce

Lettore che può essere usato per passare attraverso le voci del log delle chiamate telefonico.

Attributi

Requisiti Windows

Funzionalità dell'app
phoneCallHistory phoneCallHistorySystem phoneCallHistoryPublic

Commenti

Usare GetEntryReader se si desidera recuperare un lettore per un subset limitato di voci in base ad alcuni filtri di query.

Vedi anche

Si applica a

GetEntryReader(PhoneCallHistoryEntryQueryOptions)

Recupera un lettore di voci in base ai filtri forniti.

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

Parametri

queryOptions
PhoneCallHistoryEntryQueryOptions

Opzioni utilizzate per creare un lettore di voci filtrato.

Restituisce

Lettore che può essere usato per passare attraverso le voci del log delle chiamate telefonico.

Attributi

Requisiti Windows

Funzionalità dell'app
phoneCallHistory phoneCallHistorySystem phoneCallHistoryPublic

Commenti

Usare queryOptions per creare un lettore che leggerà solo le voci specificate. Se si vuole che un lettore accesa a tutte le voci di log, è possibile usare GetEntryReader.

Vedi anche

Si applica a