ContactQueryResultOrdering 枚举

定义

指定从 CreateContactQuery 调用返回联系人的顺序。

public enum class ContactQueryResultOrdering
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Phone.PhoneContract, 65536)]
enum class ContactQueryResultOrdering
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Phone.PhoneContract), 65536)]
public enum ContactQueryResultOrdering
var value = Windows.Phone.PersonalInformation.ContactQueryResultOrdering.systemDefault
Public Enum ContactQueryResultOrdering
继承
ContactQueryResultOrdering
属性

Windows 要求

设备系列
Windows Mobile Extension SDK (在 10.0.10240.0 中引入)
API contract
Windows.Phone.PhoneContract (在 v1.0 中引入)
应用功能
ID_CAP_CONTACTS [Windows Phone]

字段

FamilyNameGivenName 2

按姓氏排序,然后按给定名称排序。

GivenNameFamilyName 1

按给定名称排序,然后按姓氏排序。

SystemDefault 0

操作系统使用的默认排序。

注解

结果作为 ContactQueryResult 对象返回,在调用 GetContactsAsync 时会显示结果的顺序。

适用于

另请参阅