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.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

See Also

Reference

Events Interface

EnvDTE Namespace