ContactList.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() |
Gets a ContactReader object associated with this ContactList. |
GetContactReader(ContactQueryOptions) |
Gets a ContactReader object associated with this ContactList and using the specified ContactQueryOptions. |
GetContactReader()
Gets a ContactReader object associated with this ContactList.
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
A ContactReader object associated with this ContactList.
- Attributes
Windows requirements
App capabilities |
contactsSystem
|
See also
Applies to
GetContactReader(ContactQueryOptions)
Gets a ContactReader object associated with this ContactList and using 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 ContactQueryOptions to use when creating the ContactReader.
Returns
A ContactReader object associated with this ContactList.
- Attributes
Windows requirements
App capabilities |
contactsSystem
|