Freigeben über


ContactList.GetContactReader Methode

Definition

Überlädt

GetContactReader()

Ruft ein ContactReader-Objekt ab, das dieser ContactList zugeordnet ist.

GetContactReader(ContactQueryOptions)

Ruft ein ContactReader-Objekt ab, das dieser ContactList zugeordnet ist und die angegebenen ContactQueryOptions verwendet.

GetContactReader()

public:
 virtual ContactReader ^ GetContactReader() = GetContactReader;
/// [Windows.Foundation.Metadata.Overload("GetContactReader")]
ContactReader GetContactReader();
[Windows.Foundation.Metadata.Overload("GetContactReader")]
public ContactReader GetContactReader();
function getContactReader()
Public Function GetContactReader () As ContactReader

Gibt zurück

Ein ContactReader-Objekt , das dieser ContactList zugeordnet ist.

Attribute

Windows-Anforderungen

App-Funktionen
contactsSystem

Weitere Informationen

Gilt für:

GetContactReader(ContactQueryOptions)

Ruft ein ContactReader-Objekt ab, das dieser ContactList zugeordnet ist und die angegebenen ContactQueryOptions verwendet.

public:
 virtual ContactReader ^ GetContactReader(ContactQueryOptions ^ options) = GetContactReader;
/// [Windows.Foundation.Metadata.Overload("GetContactReaderWithOptions")]
ContactReader GetContactReader(ContactQueryOptions const& options);
[Windows.Foundation.Metadata.Overload("GetContactReaderWithOptions")]
public ContactReader GetContactReader(ContactQueryOptions options);
function getContactReader(options)
Public Function GetContactReader (options As ContactQueryOptions) As ContactReader

Parameter

options
ContactQueryOptions

Die ContactQueryOptions , die beim Erstellen von ContactReader verwendet werden sollen.

Gibt zurück

Ein ContactReader-Objekt , das dieser ContactList zugeordnet ist.

Attribute

Windows-Anforderungen

App-Funktionen
contactsSystem

Weitere Informationen

Gilt für: