VSConstants.VsTaskListView Class

Represents the GUIDs of built-in task list views.

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.VSConstants.VsTaskListView

Namespace:  Microsoft.VisualStudio
Assembly:  Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.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
Public fieldStatic member All All task list views.
Public fieldStatic member CheckedTasks The checked tasks view.
Public fieldStatic member CommentTasks The comment tasks view.
Public fieldStatic member CompilerTasks The compiler tasks view.
Public fieldStatic member CurrentFileTasks The current file tasks view.
Public fieldStatic member HTMLTasks The HTML tasks view.
Public fieldStatic member ShortcutTasks The shortcut tasks view.
Public fieldStatic member UncheckedTasks The unchecked tasks view.
Public fieldStatic member 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.

See Also

Reference

Microsoft.VisualStudio Namespace