ContactManagerForUser.RequestAnnotationStoreAsync Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Gibt asynchron den ContactAnnotationStore vom System zurück.
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)
Parameter
- accessType
- ContactAnnotationStoreAccessType
Gibt den Zugriffstyp an, z. B. AllAnnotationsReadWrite für alle Anmerkungen oder AppAnnotationsReadWrite für die Anmerkungen der aufrufenden App.
Gibt zurück
Gibt den ContactAnnotationStore zurück.
- Attribute
Windows-Anforderungen
App-Funktionen |
contactsSystem
|