ContactQueryResult Classe
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.
Représente le résultat d’une requête de contact.
public ref class ContactQueryResult sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Phone.PhoneContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class ContactQueryResult final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Phone.PhoneContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class ContactQueryResult
Public NotInheritable Class ContactQueryResult
- Héritage
- Attributs
Configuration requise pour Windows
Famille d’appareils |
Windows Mobile Extension SDK (introduit dans 10.0.10240.0)
|
API contract |
Windows.Phone.PhoneContract (introduit dans v1.0)
|
Fonctionnalités de l’application |
ID_CAP_CONTACTS [Windows Phone]
|
Méthodes
GetContactCountAsync() |
Obtient le nombre de contacts dans le magasin de contacts. |
GetContactsAsync() |
Récupère les contacts du magasin de contacts. |
GetContactsAsync(UInt32, UInt32) |
Récupère les contacts du magasin de contacts en fonction de l’index de départ spécifié et du nombre d’éléments à retourner.. |
GetCurrentQueryOptions() |
Obtient les options de requête actuelles. |