ContactList.GetContactReader Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
GetContactReader() |
Obtient un objet ContactReader associé à ce ContactList. |
GetContactReader(ContactQueryOptions) |
Obtient un objet ContactReader associé à ce ContactList et à l’aide de l’objet ContactQueryOptions spécifié. |
GetContactReader()
Obtient un objet ContactReader associé à ce 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
Retours
Objet ContactReader associé à ce ContactList.
- Attributs
Configuration requise pour Windows
Fonctionnalités de l’application |
contactsSystem
|
Voir aussi
S’applique à
GetContactReader(ContactQueryOptions)
Obtient un objet ContactReader associé à ce ContactList et à l’aide de l’objet ContactQueryOptions spécifié.
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
Paramètres
- options
- ContactQueryOptions
ContactQueryOptions à utiliser lors de la création de ContactReader.
Retours
Objet ContactReader associé à ce ContactList.
- Attributs
Configuration requise pour Windows
Fonctionnalités de l’application |
contactsSystem
|