TaskListViews Class
Visual Studio 2015
Specifies views used to display the task list.
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() ![]() | 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. |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:



