Partager via


ContactList.DeleteContactAsync(Contact) Méthode

Définition

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

contact
Contact

Contact à supprimer.

Retours

Action asynchrone indiquant que la méthode est terminée.

Configuration requise pour Windows

Fonctionnalités de l’application
contactsSystem

S’applique à