UserDataTaskManager.RequestStoreAsync(UserDataTaskStoreAccessType) 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 UserDataTaskStore object that enables searching or retrieving contacts on the device.
public:
virtual IAsyncOperation<UserDataTaskStore ^> ^ RequestStoreAsync(UserDataTaskStoreAccessType accessType) = RequestStoreAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<UserDataTaskStore> RequestStoreAsync(UserDataTaskStoreAccessType const& accessType);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<UserDataTaskStore> RequestStoreAsync(UserDataTaskStoreAccessType accessType);
function requestStoreAsync(accessType)
Public Function RequestStoreAsync (accessType As UserDataTaskStoreAccessType) As IAsyncOperation(Of UserDataTaskStore)
Parameters
- accessType
- UserDataTaskStoreAccessType
Specifies the type of read/write access requested.
Returns
An asynchronous operation that returns a UserDataTaskStore object on successful completion.
- Attributes
Windows requirements
App capabilities |
userDataTasks
|