ContactList.DeleteContactAsync(Contact) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Returns
An async action indicating that the method is complete.
Windows requirements
App capabilities |
contactsSystem
|