ToolWindows::TaskList Property

 

Gets the TaskList object.

Namespace:   EnvDTE80
Assembly:  EnvDTE80 (in EnvDTE80.dll)

property TaskList^ TaskList {
	TaskList^ get();
}

Property Value

Type: EnvDTE::TaskList^

A TaskList object.

This example opens the Task List window, adds two items to it, and deletes one of them.

No code example is currently available or this language may not be supported.
Return to top
Show: