Freigeben über


ContactStore.GetContactReader Methode

Definition

Überlädt

GetContactReader()

Erstellt und gibt einen ContactReader für den ContactStore zurück.

GetContactReader(ContactQueryOptions)

Erstellt und gibt einen ContactReader für den ContactStore mit den angegebenen ContactQueryOptions zurück.

GetContactReader()

Erstellt und gibt einen ContactReader für den ContactStore zurück.

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

Der neu erstellte ContactReader für den ContactStore.

Attribute

Windows-Anforderungen

App-Funktionen
contactsSystem

Weitere Informationen

Gilt für:

GetContactReader(ContactQueryOptions)

Erstellt und gibt einen ContactReader für den ContactStore mit den angegebenen ContactQueryOptions zurück.

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 Abfrageoptionen, die beim Erstellen des neuen ContactReader verwendet werden sollen.

Gibt zurück

Der neu erstellte ContactReader für den ContactStore.

Attribute

Windows-Anforderungen

App-Funktionen
contactsSystem

Weitere Informationen

Gilt für: