ToolWindowGuids.TaskList Field

Definition

This tool window provides a list of user-specified tasks to be accomplished for a project.

public: System::String ^ TaskList;
std::wstring TaskList;
public const string TaskList;
val mutable TaskList : string
Public Const TaskList As String 

Field Value

Remarks

The GUID for this tool window that is usable in a .ctc file:

#define guidTaskList { 0x4a9b7e51, 0xaa16, 0x11d0, {0xa8, 0xc5, 0x0, 0xa0, 0xc9, 0x21, 0xa4, 0xd2 } }  

This tool window is typically available by selecting Task List from the Other Windows submenu of the View menu.

Applies to