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

另請參閱

適用於