Events.TaskListEvents[String] Property

Definition

Gets the TaskListEvents for the development environment.

public:
 property EnvDTE::TaskListEvents ^ TaskListEvents[System::String ^] { EnvDTE::TaskListEvents ^ get(System::String ^ Filter); };
[System.Runtime.InteropServices.DispId(307)]
public EnvDTE.TaskListEvents TaskListEvents[string Filter = ""] { [System.Runtime.InteropServices.DispId(307)] get; }
[<System.Runtime.InteropServices.DispId(307)>]
[<get: System.Runtime.InteropServices.DispId(307)>]
member this.TaskListEvents(string) : EnvDTE.TaskListEvents
Public ReadOnly Property TaskListEvents(Optional Filter As String = "") As TaskListEvents

Parameters

Filter
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[String] property fails.

Property Value

A TaskListEvents object.

Attributes

Applies to