Events::TaskListEvents Property (String^)
Visual Studio 2015
Gets the TaskListEvents for the development environment.
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.
Show: