ContactManagerForUser.RequestAnnotationStoreAsync Method

Definition

Asynchronously returns the ContactAnnotationStore from the system.

public:
 virtual IAsyncOperation<ContactAnnotationStore ^> ^ RequestAnnotationStoreAsync(ContactAnnotationStoreAccessType accessType) = RequestAnnotationStoreAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<ContactAnnotationStore> RequestAnnotationStoreAsync(ContactAnnotationStoreAccessType const& accessType);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<ContactAnnotationStore> RequestAnnotationStoreAsync(ContactAnnotationStoreAccessType accessType);
function requestAnnotationStoreAsync(accessType)
Public Function RequestAnnotationStoreAsync (accessType As ContactAnnotationStoreAccessType) As IAsyncOperation(Of ContactAnnotationStore)

Parameters

accessType
ContactAnnotationStoreAccessType

Specifies the access type, such as AllAnnotationsReadWrite for all annotations or AppAnnotationsReadWrite for the calling app's annotations.

Returns

Returns the ContactAnnotationStore.

Attributes

Windows requirements

App capabilities
contactsSystem

Applies to