ContactAnnotationStore.DisableAnnotationAsync(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 disables the specified ContactAnnotation, usually as a result of user input.
public:
virtual IAsyncAction ^ DisableAnnotationAsync(ContactAnnotation ^ annotation) = DisableAnnotationAsync;
IAsyncAction DisableAnnotationAsync(ContactAnnotation const& annotation);
public IAsyncAction DisableAnnotationAsync(ContactAnnotation annotation);
function disableAnnotationAsync(annotation)
Public Function DisableAnnotationAsync (annotation As ContactAnnotation) As IAsyncAction
Parameters
- annotation
- ContactAnnotation
The annotation to disable.
Returns
An async action indicating that the operation has completed.
Windows requirements
App capabilities |
contactsSystem
|