ContactQueryResult 类

定义

表示联系人查询的结果。

public ref class ContactQueryResult sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Phone.PhoneContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class ContactQueryResult final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Phone.PhoneContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class ContactQueryResult
Public NotInheritable Class ContactQueryResult
继承
Object Platform::Object IInspectable ContactQueryResult
属性

Windows 要求

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

方法

GetContactCountAsync()

获取联系人存储中的联系人数。

GetContactsAsync()

从联系人存储中检索联系人。

GetContactsAsync(UInt32, UInt32)

根据指定的起始索引和要返回的项目数,从联系人存储中检索联系人。

GetCurrentQueryOptions()

获取当前查询选项。

适用于