Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 783 Bytes

userdatataskstoreaccesstype.md

File metadata and controls

30 lines (21 loc) · 783 Bytes
-api-id -api-type
T:Windows.ApplicationModel.UserDataTasks.UserDataTaskStoreAccessType
winrt enumeration

Windows.ApplicationModel.UserDataTasks.UserDataTaskStoreAccessType

-description

Defines the type of access the app has to the UserDataTaskStore.

-enum-fields

-field AppTasksReadWrite:0

Read and write tasks that belong to the app only.

-field AllTasksLimitedReadWrite:1

Read and write access limited to operations available in the UserDataTaskListLimitedWriteOperations class.

-remarks

-see-also

-examples