TaskListViews Class
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.
Specifies views used to display the task list.
public ref class TaskListViews abstract
[Windows::Foundation::Metadata::WebHostHidden]
public ref class TaskListViews abstract
[Windows::Foundation::Metadata::WebHostHidden]
class TaskListViews abstract
public abstract class TaskListViews
type TaskListViews = class
Public MustInherit Class TaskListViews
- Inheritance
-
TaskListViews
Constructors
TaskListViews() |
Fields
All |
Indicates all tasks are shown. |
CheckedTasks |
Indicates only checked tasks are shown. |
CommentTasks |
Indicates only comment tasks are shown. |
CompilerTasks |
Indicates only tasks created by the compiler are shown. |
CurrentFileTasks |
Indicates only tasks in the current file are shown. |
HTMLTasks |
Indicates only HTML tasks are shown. |
ShortcutTasks |
Indicates only shortcut tasks are shown. |
UncheckedTasks |
Indicates only unchecked tasks are shown. |
UserTasks |
Indicates only manually entered tasks are shown. |