ContactList.GetContactReader 方法

定义

重载

GetContactReader()

获取与此 ContactList 关联的 ContactReader 对象

GetContactReader(ContactQueryOptions)

获取与此 ContactList 关联的 ContactReader 对象,并使用指定的 ContactQueryOptions

GetContactReader()

public:
 virtual ContactReader ^ GetContactReader() = GetContactReader;
/// [Windows.Foundation.Metadata.Overload("GetContactReader")]
ContactReader GetContactReader();
[Windows.Foundation.Metadata.Overload("GetContactReader")]
public ContactReader GetContactReader();
function getContactReader()
Public Function GetContactReader () As ContactReader

返回

与此 ContactList 关联的 ContactReader 对象

属性

Windows 要求

应用功能
contactsSystem

另请参阅

适用于

GetContactReader(ContactQueryOptions)

获取与此 ContactList 关联的 ContactReader 对象,并使用指定的 ContactQueryOptions

public:
 virtual ContactReader ^ GetContactReader(ContactQueryOptions ^ options) = GetContactReader;
/// [Windows.Foundation.Metadata.Overload("GetContactReaderWithOptions")]
ContactReader GetContactReader(ContactQueryOptions const& options);
[Windows.Foundation.Metadata.Overload("GetContactReaderWithOptions")]
public ContactReader GetContactReader(ContactQueryOptions options);
function getContactReader(options)
Public Function GetContactReader (options As ContactQueryOptions) As ContactReader

参数

options
ContactQueryOptions

创建 ContactReader 时要使用的 ContactQueryOptions

返回

与此 ContactList 关联的 ContactReader 对象

属性

Windows 要求

应用功能
contactsSystem

另请参阅

适用于