VSConstants.VsTaskListView Class
Represents the GUIDs of built-in task list views.
Inheritance Hierarchy
Object
Microsoft.VisualStudio.VSConstants.VsTaskListView
Namespace: Microsoft.VisualStudio
Assembly: Microsoft.VisualStudio.Shell.12.0 (in Microsoft.VisualStudio.Shell.12.0.dll)
Syntax
'Declaration
Public NotInheritable Class VsTaskListView
public static class VsTaskListView
public ref class VsTaskListView abstract sealed
[<AbstractClass>]
[<Sealed>]
type VsTaskListView = class end
public final class VsTaskListView
The VSConstants.VsTaskListView type exposes the following members.
Fields
Name | Description | |
---|---|---|
All | All task list views. | |
CheckedTasks | The checked tasks view. | |
CommentTasks | The comment tasks view. | |
CompilerTasks | The compiler tasks view. | |
CurrentFileTasks | The current file tasks view. | |
HTMLTasks | The HTML tasks view. | |
ShortcutTasks | The shortcut tasks view. | |
UncheckedTasks | The unchecked tasks view. | |
UserTasks | The user tasks view. |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.