ContactStore.CreateContactQuery メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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]
|