ContactList.GetContactReader 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
GetContactReader() | |
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
|