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]
|