ContactList.GetContactReader 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
GetContactReader() |
获取与此 ContactList 关联的 ContactReader 对象。 |
GetContactReader(ContactQueryOptions) |
获取与此 ContactList 关联的 ContactReader 对象,并使用指定的 ContactQueryOptions。 |
GetContactReader()
获取与此 ContactList 关联的 ContactReader 对象。
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
|