ContactList.GetContactReader メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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
|