ContactStore.DeleteAsync 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.
Deletes the app's custom contact store.
public:
virtual IAsyncAction ^ DeleteAsync() = DeleteAsync;
IAsyncAction DeleteAsync();
public IAsyncAction DeleteAsync();
function deleteAsync()
Public Function DeleteAsync () As IAsyncAction
Returns
An asynchronous action. If you use Asynchronous programming, the result type is void.
Windows requirements
App capabilities |
ID_CAP_CONTACTS [Windows Phone]
|