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
傳回
連絡人存放區新建立的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時要使用的查詢選項。
傳回
連絡人存放區新建立的ContactReader。
- 屬性
Windows 需求
應用程式功能 |
contactsSystem
|