ContactList.GetMeContactAsync 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.
public:
virtual IAsyncOperation<Contact ^> ^ GetMeContactAsync() = GetMeContactAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<Contact> GetMeContactAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<Contact> GetMeContactAsync();
function getMeContactAsync()
Public Function GetMeContactAsync () As IAsyncOperation(Of Contact)
Retours
Objet Contact qui représente l’utilisateur actuel.
- Attributs
Configuration requise pour Windows
Fonctionnalités de l’application |
contactsSystem
|
Remarques
Si aucun contact n’a été désigné comme représentant l’utilisateur actuel, la valeur de retour est un contact vide. Vous pouvez détecter ce cas en vérifiant si la propriété Id du contact n’est pas vide.