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.
Provides events for changes made to the Task List.
Namespace: EnvDTE
Assembly: EnvDTE (in EnvDTE.dll)
Syntax
'Declaration
<GuidAttribute("1125C422-49BD-11D2-8823-00C04FB6C6FF")> _
Public Interface TaskListEvents _
Inherits _TaskListEvents, _dispTaskListEvents_Event
[GuidAttribute("1125C422-49BD-11D2-8823-00C04FB6C6FF")]
public interface TaskListEvents : _TaskListEvents,
_dispTaskListEvents_Event
[GuidAttribute(L"1125C422-49BD-11D2-8823-00C04FB6C6FF")]
public interface class TaskListEvents : _TaskListEvents,
_dispTaskListEvents_Event
[<GuidAttribute("1125C422-49BD-11D2-8823-00C04FB6C6FF")>]
type TaskListEvents =
interface
interface _TaskListEvents
interface _dispTaskListEvents_Event
end
public interface TaskListEvents extends _TaskListEvents, _dispTaskListEvents_Event
The TaskListEvents type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
add_TaskAdded | Infrastructure. Microsoft Internal Use Only. (Inherited from _dispTaskListEvents_Event.) |
![]() |
add_TaskModified | Infrastructure. Microsoft Internal Use Only. (Inherited from _dispTaskListEvents_Event.) |
![]() |
add_TaskNavigated | Infrastructure. Microsoft Internal Use Only. (Inherited from _dispTaskListEvents_Event.) |
![]() |
add_TaskRemoved | Infrastructure. Microsoft Internal Use Only. (Inherited from _dispTaskListEvents_Event.) |
![]() |
remove_TaskAdded | Infrastructure. Microsoft Internal Use Only. (Inherited from _dispTaskListEvents_Event.) |
![]() |
remove_TaskModified | Infrastructure. Microsoft Internal Use Only. (Inherited from _dispTaskListEvents_Event.) |
![]() |
remove_TaskNavigated | Infrastructure. Microsoft Internal Use Only. (Inherited from _dispTaskListEvents_Event.) |
![]() |
remove_TaskRemoved | Infrastructure. Microsoft Internal Use Only. (Inherited from _dispTaskListEvents_Event.) |
Top
Events
Name | Description | |
---|---|---|
![]() |
TaskAdded | Infrastructure. Microsoft Internal Use Only. (Inherited from _dispTaskListEvents_Event.) |
![]() |
TaskModified | Infrastructure. Microsoft Internal Use Only. (Inherited from _dispTaskListEvents_Event.) |
![]() |
TaskNavigated | Infrastructure. Microsoft Internal Use Only. (Inherited from _dispTaskListEvents_Event.) |
![]() |
TaskRemoved | Infrastructure. Microsoft Internal Use Only. (Inherited from _dispTaskListEvents_Event.) |
Top
Remarks
Use this object for functionality, and refer to TaskListEventsClass for this object's documentation. The TaskListEvents object is returned by DTE.Events.