Partager via


ContactManagerForUser.RequestAnnotationStoreAsync Méthode

Définition

Retourne de manière asynchrone le ContactAnnotationStore à partir du système.

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)

Paramètres

accessType
ContactAnnotationStoreAccessType

Spécifie le type d’accès, par exemple AllAnnotationsReadWrite pour toutes les annotations ou AppAnnotationsReadWrite pour les annotations de l’application appelante.

Retours

Retourne le ContactAnnotationStore.

Attributs

Configuration requise pour Windows

Fonctionnalités de l’application
contactsSystem

S’applique à