ContactListLimitedWriteOperations.TryCreateOrUpdateContactAsync 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.
Tente de façon asynchrone de créer ou de mettre à jour un contact.
public:
virtual IAsyncOperation<bool> ^ TryCreateOrUpdateContactAsync(Contact ^ contact) = TryCreateOrUpdateContactAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<bool> TryCreateOrUpdateContactAsync(Contact const& contact);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<bool> TryCreateOrUpdateContactAsync(Contact contact);
function tryCreateOrUpdateContactAsync(contact)
Public Function TryCreateOrUpdateContactAsync (contact As Contact) As IAsyncOperation(Of Boolean)
Paramètres
- contact
- Contact
Contact à créer ou à mettre à jour.
Retours
Valeur booléenne indiquant si l’opération a réussi.
- Attributs
Configuration requise pour Windows
Fonctionnalités de l’application |
contactsSystem
|