ContactManagerForUser.RequestAnnotationStoreAsync 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 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
|