Events.TaskListEvents Property
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 :
Filter:string -> TaskListEvents with get
JScript does not support indexed properties.
Parameters
Filter
Type: System.StringOptional. 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.