ContactList.DeleteContactAsync(Contact) Method

Definition

Asynchronously deletes and individual Contact from this ContactList and the 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

Parameters

contact
Contact

The Contact to delete.

Returns

An async action indicating that the method is complete.

Windows requirements

App capabilities
contactsSystem

Applies to