ContactStore.GetContactReader メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
GetContactReader() |
ContactStore の ContactReader を作成して返します。 |
GetContactReader(ContactQueryOptions) |
指定した ContactQueryOptions を使用して、ContactStore の ContactReader を作成して返します。 |
GetContactReader()
ContactStore の 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
戻り値
ContactStore 用に新しく作成された ContactReader。
- 属性
Windows の要件
アプリの機能 |
contactsSystem
|
こちらもご覧ください
適用対象
GetContactReader(ContactQueryOptions)
指定した ContactQueryOptions を使用して、ContactStore の 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 を作成するときに使用するクエリ オプション。
戻り値
ContactStore 用に新しく作成された ContactReader。
- 属性
Windows の要件
アプリの機能 |
contactsSystem
|