TaskListEvents Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides events for changes made to the Task List.
public interface class TaskListEvents : EnvDTE::_dispTaskListEvents_Event, EnvDTE::_TaskListEvents
public interface class TaskListEvents : EnvDTE::_dispTaskListEvents_Event
public interface class TaskListEvents : EnvDTE::_dispTaskListEvents_Event, EnvDTE::_TaskListEvents
__interface TaskListEvents : EnvDTE::_dispTaskListEvents_Event, EnvDTE::_TaskListEvents
[System.Runtime.InteropServices.CoClass(typeof(EnvDTE.TaskListEventsClass))]
[System.Runtime.InteropServices.Guid("1125C422-49BD-11D2-8823-00C04FB6C6FF")]
public interface TaskListEvents : EnvDTE._dispTaskListEvents_Event, EnvDTE._TaskListEvents
[System.Runtime.InteropServices.CoClass(typeof(EnvDTE.TaskListEventsClass))]
[System.Runtime.InteropServices.Guid("1125C422-49BD-11D2-8823-00C04FB6C6FF")]
[System.Runtime.InteropServices.ComVisible(false)]
public interface TaskListEvents : EnvDTE._dispTaskListEvents_Event
[<System.Runtime.InteropServices.CoClass(typeof(EnvDTE.TaskListEventsClass))>]
[<System.Runtime.InteropServices.Guid("1125C422-49BD-11D2-8823-00C04FB6C6FF")>]
type TaskListEvents = interface
interface _TaskListEvents
interface _dispTaskListEvents_Event
[<System.Runtime.InteropServices.CoClass(typeof(EnvDTE.TaskListEventsClass))>]
[<System.Runtime.InteropServices.Guid("1125C422-49BD-11D2-8823-00C04FB6C6FF")>]
[<System.Runtime.InteropServices.ComVisible(false)>]
type TaskListEvents = interface
interface _dispTaskListEvents_Event
Public Interface TaskListEvents
Implements _dispTaskListEvents_Event, _TaskListEvents
Public Interface TaskListEvents
Implements _dispTaskListEvents_Event
- Derived
- Attributes
- Implements
Remarks
Use this object for functionality, and refer to TaskListEventsClass for this object's documentation. The TaskListEvents
object is returned by DTE.Events
.
Methods
Events
TaskAdded |
This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only. (Inherited from _dispTaskListEvents_Event) |
TaskModified |
This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only. (Inherited from _dispTaskListEvents_Event) |
TaskNavigated |
This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only. (Inherited from _dispTaskListEvents_Event) |
TaskRemoved |
This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only. (Inherited from _dispTaskListEvents_Event) |