PhoneCallHistoryManager.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.
Fordert den PhoneCallHistoryStore an, der der aufrufenden Anwendung zugeordnet ist.
public:
static IAsyncOperation<PhoneCallHistoryStore ^> ^ RequestStoreAsync(PhoneCallHistoryStoreAccessType accessType);
/// [Windows.Foundation.Metadata.RemoteAsync]
static IAsyncOperation<PhoneCallHistoryStore> RequestStoreAsync(PhoneCallHistoryStoreAccessType const& accessType);
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncOperation<PhoneCallHistoryStore> RequestStoreAsync(PhoneCallHistoryStoreAccessType accessType);
function requestStoreAsync(accessType)
Public Shared Function RequestStoreAsync (accessType As PhoneCallHistoryStoreAccessType) As IAsyncOperation(Of PhoneCallHistoryStore)
Parameter
- accessType
- PhoneCallHistoryStoreAccessType
Der Typ des Zugriffs, der für das PhoneCallHistoryStore-Objekt angefordert wird.
Gibt zurück
Ein asynchroner Vorgang, der bei erfolgreicher Fertigstellung ein PhoneCallHistoryStore-Objekt zurückgibt.
- Attribute
Windows-Anforderungen
App-Funktionen |
phoneCallHistory
phoneCallHistorySystem
|