UserDataTaskStoreAccessType Enum
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.
Defines the type of access the app has to the UserDataTaskStore.
public enum class UserDataTaskStoreAccessType
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 262144)]
enum class UserDataTaskStoreAccessType
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 262144)]
public enum UserDataTaskStoreAccessType
var value = Windows.ApplicationModel.UserDataTasks.UserDataTaskStoreAccessType.appTasksReadWrite
Public Enum UserDataTaskStoreAccessType
- Inheritance
-
UserDataTaskStoreAccessType
- Attributes
Windows requirements
Device family |
Windows 10 Creators Update (introduced in 10.0.15063.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v4.0)
|
Fields
Name | Value | Description |
---|---|---|
AppTasksReadWrite | 0 | Read and write tasks that belong to the app only. |
AllTasksLimitedReadWrite | 1 | Read and write access limited to operations available in the UserDataTaskListLimitedWriteOperations class. |