ContactStore.GetContactReader Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
GetContactReader() |
Creates and returns a ContactReader for the ContactStore. |
GetContactReader(ContactQueryOptions) |
Creates and returns a ContactReader for the ContactStore with the specified ContactQueryOptions. |
GetContactReader()
Creates and returns a ContactReader for the ContactStore.
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
Returns
The newly created ContactReader for the ContactStore.
- Attributes
Windows requirements
App capabilities |
contactsSystem
|
See also
Applies to
GetContactReader(ContactQueryOptions)
Creates and returns a ContactReader for the ContactStore with the specified 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
Parameters
- options
- ContactQueryOptions
The query options to use when creating the new ContactReader.
Returns
The newly created ContactReader for the ContactStore.
- Attributes
Windows requirements
App capabilities |
contactsSystem
|