Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the TaskListEvents for the development environment.
Namespace: EnvDTE
Assembly: EnvDTE (in EnvDTE.dll)
Syntax
'Declaration
ReadOnly Property TaskListEvents ( _
Filter As String _
) As TaskListEvents
TaskListEvents this[
string Filter
] { get; }
property TaskListEvents^ TaskListEvents[[InAttribute] String^ Filter] {
TaskListEvents^ get ([InAttribute] String^ Filter);
}
abstract TaskListEvents : TaskListEvents
JScript does not support indexed properties.
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.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.