ContactManager.RequestStoreAsync 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.
Überlädt
RequestStoreAsync(ContactStoreAccessType) |
Ruft ein ContactStore-Objekt ab, das das Suchen oder Abrufen von Kontakten auf dem Gerät ermöglicht. |
RequestStoreAsync() |
Ruft ein ContactStore-Objekt ab, das das Suchen oder Abrufen von Kontakten auf dem Gerät ermöglicht. |
RequestStoreAsync(ContactStoreAccessType)
Ruft ein ContactStore-Objekt ab, das das Suchen oder Abrufen von Kontakten auf dem Gerät ermöglicht.
public:
static IAsyncOperation<ContactStore ^> ^ RequestStoreAsync(ContactStoreAccessType accessType);
/// [Windows.Foundation.Metadata.Overload("RequestStoreAsyncWithAccessType")]
/// [Windows.Foundation.Metadata.RemoteAsync]
static IAsyncOperation<ContactStore> RequestStoreAsync(ContactStoreAccessType const& accessType);
[Windows.Foundation.Metadata.Overload("RequestStoreAsyncWithAccessType")]
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncOperation<ContactStore> RequestStoreAsync(ContactStoreAccessType accessType);
function requestStoreAsync(accessType)
Public Shared Function RequestStoreAsync (accessType As ContactStoreAccessType) As IAsyncOperation(Of ContactStore)
Parameter
- accessType
- ContactStoreAccessType
Gibt den Typ des angeforderten Lese-/Schreibzugriffs an.
Gibt zurück
Ein asynchroner Vorgang, der bei erfolgreicher Fertigstellung ein ContactStore-Objekt zurückgibt.
- Attribute
Windows-Anforderungen
App-Funktionen |
contactsSystem
|
Weitere Informationen
Gilt für:
RequestStoreAsync()
Ruft ein ContactStore-Objekt ab, das das Suchen oder Abrufen von Kontakten auf dem Gerät ermöglicht.
public:
static IAsyncOperation<ContactStore ^> ^ RequestStoreAsync();
/// [Windows.Foundation.Metadata.Overload("RequestStoreAsync")]
/// [Windows.Foundation.Metadata.RemoteAsync]
static IAsyncOperation<ContactStore> RequestStoreAsync();
[Windows.Foundation.Metadata.Overload("RequestStoreAsync")]
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncOperation<ContactStore> RequestStoreAsync();
function requestStoreAsync()
Public Shared Function RequestStoreAsync () As IAsyncOperation(Of ContactStore)
Gibt zurück
Ein asynchroner Vorgang, der bei erfolgreicher Fertigstellung ein ContactStore-Objekt zurückgibt.
- Attribute
Windows-Anforderungen
App-Funktionen |
contactsSystem
|
Hinweise
Diese Methode fordert Den Zugriff von AllContactsReadOnly auf den Kontaktspeicher an. Wenn Sie eine andere Zugriffsebene benötigen, rufen Sie stattdessen die Methode RequestStoreAsync(ContactStoreAccessType) auf.