次の方法で共有


ContactList.GetContactReader メソッド

定義

オーバーロード

GetContactReader()

この ContactList に関連付けられている ContactReader オブジェクトを取得します

GetContactReader(ContactQueryOptions)

指定した ContactQueryOptions を使用して、この ContactList に関連付けられた ContactReader オブジェクトを取得します。

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)

指定した ContactQueryOptions を使用して、この ContactList に関連付けられた ContactReader オブジェクトを取得します。

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

こちらもご覧ください

適用対象