Partager via


ContactStore.CreateContactQuery Méthode

Définition

Surcharges

CreateContactQuery()

Crée une requête de contact avec les options par défaut.

CreateContactQuery(ContactQueryOptions)

Crée une requête de contact avec les options personnalisées.

CreateContactQuery()

Crée une requête de contact avec les options par défaut.

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

Retours

ContactQueryResult contenant les contacts du magasin.

Attributs

Configuration requise pour Windows

Fonctionnalités de l’application
ID_CAP_CONTACTS [Windows Phone]

Voir aussi

S’applique à

CreateContactQuery(ContactQueryOptions)

Crée une requête de contact avec les options personnalisées.

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

Paramètres

options
ContactQueryOptions

Options de requête.

Retours

ContactQueryResult contenant les contacts du magasin.

Attributs

Configuration requise pour Windows

Fonctionnalités de l’application
ID_CAP_CONTACTS [Windows Phone]

Voir aussi

S’applique à