Windows.ApplicationModel.UserDataTasks Namespace
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.
Enables apps to select and acquire info about tasks.
Classes
UserDataTask |
Represents a task. |
UserDataTaskBatch |
Represents a group of UserDataTask objects. |
UserDataTaskList |
Represents a list of UserDataTask objects. |
UserDataTaskListLimitedWriteOperations |
Provides operations that an app can perform on a task list that it has not created. |
UserDataTaskListSyncManager |
Provides functionality for syncing task information with the server. |
UserDataTaskManager |
Represents a service that source apps can call to access task data. |
UserDataTaskQueryOptions |
Represents the options selected for task query. |
UserDataTaskReader |
Used to read UserDataTask objects in batches from the UserDataTaskStore which may be local or remotely located. |
UserDataTaskRecurrenceProperties |
Represents when and how often a task occurs. |
UserDataTaskRegenerationProperties |
Represents how often a task occurs. |
UserDataTaskStore |
Represents a database that contains tasks. |
Enums
UserDataTaskDaysOfWeek |
Specifies the days of the week on which an task occurs. |
UserDataTaskDetailsKind |
Defines the type of content in task details. |
UserDataTaskKind |
Defines the type of task. |
UserDataTaskListOtherAppReadAccess |
Specifies the level of task read access granted to other apps. |
UserDataTaskListOtherAppWriteAccess |
Specifies the level of task write access granted to other apps. |
UserDataTaskListSyncStatus |
Defines the UserDataTaskList sync status. |
UserDataTaskPriority |
Specifies the priority of the task. |
UserDataTaskQueryKind |
Defines the type of task query. |
UserDataTaskQuerySortProperty |
The property by which to sort. Currently limited to due date. |
UserDataTaskRecurrenceUnit |
Specifies the frequency for which a task occurs. |
UserDataTaskRegenerationUnit |
Specifies the frequency for which a task occurs. |
UserDataTaskSensitivity |
Specifies the sensitivity of a task. |
UserDataTaskStoreAccessType |
Defines the type of access the app has to the UserDataTaskStore. |
UserDataTaskWeekOfMonth |
Specifies the week of the month for which the task occurs. |