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]

另请参阅

适用于