PhoneCallManager.RequestStoreAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Retrieves a PhoneCallStore.
public:
static IAsyncOperation<PhoneCallStore ^> ^ RequestStoreAsync();
/// [Windows.Foundation.Metadata.RemoteAsync]
static IAsyncOperation<PhoneCallStore> RequestStoreAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncOperation<PhoneCallStore> RequestStoreAsync();
function requestStoreAsync()
Public Shared Function RequestStoreAsync () As IAsyncOperation(Of PhoneCallStore)
Returns
A PhoneCallStore object that contains information about the phone lines available on the device.
- Attributes
Windows requirements
App capabilities |
phoneCallHistory
phoneCallHistorySystem
|
Remarks
In order to use this method, you need to have the phoneCall capability in your app manifest file.
<uap:Capability Name="phoneCall" />
Important
If your application uses the phoneCall capability, you must request a waiver if you want to publish your application in China. Contact your premier support representative if you need the waiver.