ContactList.DeleteContactAsync(Contact) 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.
Supprime de manière asynchrone et un contact individuel de cette Liste de contacts et du ContactStore.
public:
virtual IAsyncAction ^ DeleteContactAsync(Contact ^ contact) = DeleteContactAsync;
IAsyncAction DeleteContactAsync(Contact const& contact);
public IAsyncAction DeleteContactAsync(Contact contact);
function deleteContactAsync(contact)
Public Function DeleteContactAsync (contact As Contact) As IAsyncAction
Paramètres
Retours
Action asynchrone indiquant que la méthode est terminée.
Configuration requise pour Windows
Fonctionnalités de l’application |
contactsSystem
|