TaskListEventsClass Class

Definition

Microsoft Internal Use Only.

This API supports the product infrastructure and is not intended to be used directly from your code.

public ref class TaskListEventsClass : EnvDTE::TaskListEvents
public ref class TaskListEventsClass
[Windows::Foundation::Metadata::WebHostHidden]
class TaskListEventsClass : EnvDTE::TaskListEvents
[System.Runtime.InteropServices.ClassInterface(0)]
[System.Runtime.InteropServices.ComSourceInterfaces("EnvDTE._dispTaskListEvents\0")]
[System.Runtime.InteropServices.Guid("29617ACD-7859-4328-BE09-298F91F48196")]
[System.Runtime.InteropServices.TypeLibType(2)]
public class TaskListEventsClass : EnvDTE.TaskListEvents
[System.Runtime.InteropServices.Guid("29617ACD-7859-4328-BE09-298F91F48196")]
[System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)]
[System.Runtime.InteropServices.ComSourceInterfaces("EnvDTE._dispTaskListEvents")]
[System.Runtime.InteropServices.ComVisible(false)]
public class TaskListEventsClass
[<System.Runtime.InteropServices.ClassInterface(0)>]
[<System.Runtime.InteropServices.ComSourceInterfaces("EnvDTE._dispTaskListEvents\0")>]
[<System.Runtime.InteropServices.Guid("29617ACD-7859-4328-BE09-298F91F48196")>]
[<System.Runtime.InteropServices.TypeLibType(2)>]
type TaskListEventsClass = class
    interface _TaskListEvents
    interface TaskListEvents
    interface _dispTaskListEvents_Event
[<System.Runtime.InteropServices.Guid("29617ACD-7859-4328-BE09-298F91F48196")>]
[<System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)>]
[<System.Runtime.InteropServices.ComSourceInterfaces("EnvDTE._dispTaskListEvents")>]
[<System.Runtime.InteropServices.ComVisible(false)>]
type TaskListEventsClass = class
Public Class TaskListEventsClass
Implements TaskListEvents
Public Class TaskListEventsClass
Inheritance
TaskListEventsClass
Attributes
Implements

Remarks

Refer to TaskListEvents for this functionality. Do not instantiate this class.

Constructors

TaskListEventsClass()

This API supports the product infrastructure and is not intended to be used directly from your code.

Microsoft Internal Use Only.

Methods

add_TaskAdded(_dispTaskListEvents_TaskAddedEventHandler)
add_TaskModified(_dispTaskListEvents_TaskModifiedEventHandler)
add_TaskNavigated(_dispTaskListEvents_TaskNavigatedEventHandler)
add_TaskRemoved(_dispTaskListEvents_TaskRemovedEventHandler)
remove_TaskAdded(_dispTaskListEvents_TaskAddedEventHandler)
remove_TaskModified(_dispTaskListEvents_TaskModifiedEventHandler)
remove_TaskNavigated(_dispTaskListEvents_TaskNavigatedEventHandler)
remove_TaskRemoved(_dispTaskListEvents_TaskRemovedEventHandler)

Events

TaskAdded

This API supports the product infrastructure and is not intended to be used directly from your code.

Occurs when a new item is added to the Task List.

TaskModified

This API supports the product infrastructure and is not intended to be used directly from your code.

Occurs when an item in the Task List is modified.

TaskNavigated

This API supports the product infrastructure and is not intended to be used directly from your code.

Occurs immediately before you navigate to the source of an item in the Task List.

TaskRemoved

This API supports the product infrastructure and is not intended to be used directly from your code.

Occurs when a task is removed from the Task List.

Applies to