ContactAnnotationList.DeleteAnnotationAsync(ContactAnnotation) 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 the specified ContactAnnotation from the list.
public:
virtual IAsyncAction ^ DeleteAnnotationAsync(ContactAnnotation ^ annotation) = DeleteAnnotationAsync;
IAsyncAction DeleteAnnotationAsync(ContactAnnotation const& annotation);
public IAsyncAction DeleteAnnotationAsync(ContactAnnotation annotation);
function deleteAnnotationAsync(annotation)
Public Function DeleteAnnotationAsync (annotation As ContactAnnotation) As IAsyncAction
Parameters
- annotation
- ContactAnnotation
The annotation to delete from the list.
Returns
An async action indicating that the operation has completed.
Windows requirements
App capabilities |
contactsSystem
|