VSConstants.VsTaskListView Class

 

Represents the GUIDs of built-in task list views.

Namespace:   Microsoft.VisualStudio
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

System.Object
  Microsoft.VisualStudio.VSConstants.VsTaskListView

public static class VsTaskListView

NameDescription
System_CAPS_pubfieldSystem_CAPS_staticAll

All task list views.

System_CAPS_pubfieldSystem_CAPS_staticCheckedTasks

The checked tasks view.

System_CAPS_pubfieldSystem_CAPS_staticCommentTasks

The comment tasks view.

System_CAPS_pubfieldSystem_CAPS_staticCompilerTasks

The compiler tasks view.

System_CAPS_pubfieldSystem_CAPS_staticCurrentFileTasks

The current file tasks view.

System_CAPS_pubfieldSystem_CAPS_staticHTMLTasks

The HTML tasks view.

System_CAPS_pubfieldSystem_CAPS_staticShortcutTasks

The shortcut tasks view.

System_CAPS_pubfieldSystem_CAPS_staticUncheckedTasks

The unchecked tasks view.

System_CAPS_pubfieldSystem_CAPS_staticUserTasks

The user tasks view.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: