ContactManager.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.
Fordert asynchron Zugriff auf den ContactAnnotationStore an.
public:
static IAsyncOperation<ContactAnnotationStore ^> ^ RequestAnnotationStoreAsync(ContactAnnotationStoreAccessType accessType);
/// [Windows.Foundation.Metadata.RemoteAsync]
static IAsyncOperation<ContactAnnotationStore> RequestAnnotationStoreAsync(ContactAnnotationStoreAccessType const& accessType);
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncOperation<ContactAnnotationStore> RequestAnnotationStoreAsync(ContactAnnotationStoreAccessType accessType);
function requestAnnotationStoreAsync(accessType)
Public Shared Function RequestAnnotationStoreAsync (accessType As ContactAnnotationStoreAccessType) As IAsyncOperation(Of ContactAnnotationStore)
Parameter
- accessType
- ContactAnnotationStoreAccessType
Gibt den Typ der Zugriffsanforderung, App-Kontaktanmerkungen oder alle Anmerkungen an.
Gibt zurück
Der angeforderte ContactAnnotationStore.
- Attribute
Windows-Anforderungen
App-Funktionen |
contactsSystem
|