PhoneCallHistoryManagerForUser.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 dem zugeordneten Benutzer und der aufrufenden Anwendung zugeordnet ist.
public:
virtual IAsyncOperation<PhoneCallHistoryStore ^> ^ RequestStoreAsync(PhoneCallHistoryStoreAccessType accessType) = RequestStoreAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<PhoneCallHistoryStore> RequestStoreAsync(PhoneCallHistoryStoreAccessType const& accessType);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<PhoneCallHistoryStore> RequestStoreAsync(PhoneCallHistoryStoreAccessType accessType);
function requestStoreAsync(accessType)
Public 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
|