Events::TaskListEvents Property (String^)

 

Gets the TaskListEvents for the development environment.

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

property TaskListEvents^ default[
	String^ Filter = ""
] {
	TaskListEvents^ get(String^ Filter = "");
}

Parameters

Filter
Type: System::String^

Optional. The name of the task category. If Filter is supplied, the TaskListEvents object only provides events for that category. If Filter does not supply a valid category, the TaskListEvents property fails.

Property Value

Type: EnvDTE::TaskListEvents^

A TaskListEvents object.

Return to top
Show: