Events2.TaskListEvents Property

Gets the TaskListEvents for the development environment.

Namespace:  EnvDTE80
Assembly:  EnvDTE80 (in EnvDTE80.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.

Implements

Events.TaskListEvents[String]

.NET Framework Security

See Also

Reference

Events2 Interface

EnvDTE80 Namespace