TaskListViews Class

 

Specifies views used to display the task list.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)

System.Object
  Microsoft.VisualStudio.Shell.Interop.TaskListViews

public abstract class TaskListViews

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

NameDescription
System_CAPS_pubfieldSystem_CAPS_staticAll

Indicates all tasks are shown.

System_CAPS_pubfieldSystem_CAPS_staticCheckedTasks

Indicates only checked tasks are shown.

System_CAPS_pubfieldSystem_CAPS_staticCommentTasks

Indicates only comment tasks are shown.

System_CAPS_pubfieldSystem_CAPS_staticCompilerTasks

Indicates only tasks created by the compiler are shown.

System_CAPS_pubfieldSystem_CAPS_staticCurrentFileTasks

Indicates only tasks in the current file are shown.

System_CAPS_pubfieldSystem_CAPS_staticHTMLTasks

Indicates only HTML tasks are shown.

System_CAPS_pubfieldSystem_CAPS_staticShortcutTasks

Indicates only shortcut tasks are shown.

System_CAPS_pubfieldSystem_CAPS_staticUncheckedTasks

Indicates only unchecked tasks are shown.

System_CAPS_pubfieldSystem_CAPS_staticUserTasks

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.

Return to top
Show: