Freigeben über


ContactStore.CreateContactQuery Methode

Definition

Überlädt

CreateContactQuery()

Erstellt eine Kontaktabfrage mit den Standardoptionen.

CreateContactQuery(ContactQueryOptions)

Erstellt eine Kontaktabfrage mit den benutzerdefinierten Optionen.

CreateContactQuery()

Erstellt eine Kontaktabfrage mit den Standardoptionen.

public:
 virtual ContactQueryResult ^ CreateContactQuery() = CreateContactQuery;
/// [Windows.Foundation.Metadata.Overload("CreateContactQueryDefault")]
ContactQueryResult CreateContactQuery();
[Windows.Foundation.Metadata.Overload("CreateContactQueryDefault")]
public ContactQueryResult CreateContactQuery();
function createContactQuery()
Public Function CreateContactQuery () As ContactQueryResult

Gibt zurück

Ein ContactQueryResult-Objekt , das die Kontakte aus dem Speicher enthält.

Attribute

Windows-Anforderungen

App-Funktionen
ID_CAP_CONTACTS [Windows Phone]

Weitere Informationen

Gilt für:

CreateContactQuery(ContactQueryOptions)

Erstellt eine Kontaktabfrage mit den benutzerdefinierten Optionen.

public:
 virtual ContactQueryResult ^ CreateContactQuery(ContactQueryOptions ^ options) = CreateContactQuery;
/// [Windows.Foundation.Metadata.Overload("CreateContactQueryWithOptions")]
ContactQueryResult CreateContactQuery(ContactQueryOptions const& options);
[Windows.Foundation.Metadata.Overload("CreateContactQueryWithOptions")]
public ContactQueryResult CreateContactQuery(ContactQueryOptions options);
function createContactQuery(options)
Public Function CreateContactQuery (options As ContactQueryOptions) As ContactQueryResult

Parameter

options
ContactQueryOptions

Die Abfrageoptionen.

Gibt zurück

Ein ContactQueryResult-Objekt , das die Kontakte aus dem Speicher enthält.

Attribute

Windows-Anforderungen

App-Funktionen
ID_CAP_CONTACTS [Windows Phone]

Weitere Informationen

Gilt für: