ContactStore.CreateContactQuery メソッド

定義

オーバーロード

CreateContactQuery()

既定のオプションを使用して連絡先クエリを作成します。

CreateContactQuery(ContactQueryOptions)

カスタム オプションを使用して連絡先クエリを作成します。

CreateContactQuery()

既定のオプションを使用して連絡先クエリを作成します。

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

戻り値

ストアからの連絡先を含む ContactQueryResult

属性

Windows の要件

アプリの機能
ID_CAP_CONTACTS [Windows Phone]

こちらもご覧ください

適用対象

CreateContactQuery(ContactQueryOptions)

カスタム オプションを使用して連絡先クエリを作成します。

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

パラメーター

options
ContactQueryOptions

クエリ オプション。

戻り値

ストアからの連絡先を含む ContactQueryResult

属性

Windows の要件

アプリの機能
ID_CAP_CONTACTS [Windows Phone]

こちらもご覧ください

適用対象