Events2::TaskListEvents Property (String^)
Visual Studio 2015
Gets the TaskListEvents for the development environment.
Assembly: EnvDTE80 (in EnvDTE80.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.
Implements
Events::TaskListEvents[String^]
Show: