Bagikan melalui


ContactStore.CreateContactQuery Metode

Definisi

Overload

CreateContactQuery()

Membuat kueri kontak dengan opsi default.

CreateContactQuery(ContactQueryOptions)

Membuat kueri kontak dengan opsi kustom.

CreateContactQuery()

Membuat kueri kontak dengan opsi default.

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

Mengembalikan

ContactQueryResult yang berisi kontak dari toko.

Atribut

Persyaratan Windows

Kemampuan aplikasi
ID_CAP_CONTACTS [Windows Phone]

Lihat juga

Berlaku untuk

CreateContactQuery(ContactQueryOptions)

Membuat kueri kontak dengan opsi kustom.

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

Opsi kueri.

Mengembalikan

ContactQueryResult yang berisi kontak dari toko.

Atribut

Persyaratan Windows

Kemampuan aplikasi
ID_CAP_CONTACTS [Windows Phone]

Lihat juga

Berlaku untuk