TaskListEventsClass Class
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Microsoft Internal Use Only.
Inheritance Hierarchy
System.Object
EnvDTE.TaskListEventsClass
Namespace: EnvDTE
Assembly: EnvDTE (in EnvDTE.dll)
Syntax
'Declaration
<GuidAttribute("29617ACD-7859-4328-BE09-298F91F48196")> _
<ClassInterfaceAttribute()> _
Public Class TaskListEventsClass _
Implements _TaskListEvents, TaskListEvents, _dispTaskListEvents_Event
[GuidAttribute("29617ACD-7859-4328-BE09-298F91F48196")]
[ClassInterfaceAttribute()]
public class TaskListEventsClass : _TaskListEvents,
TaskListEvents, _dispTaskListEvents_Event
[GuidAttribute(L"29617ACD-7859-4328-BE09-298F91F48196")]
[ClassInterfaceAttribute()]
public ref class TaskListEventsClass : _TaskListEvents,
TaskListEvents, _dispTaskListEvents_Event
[<GuidAttribute("29617ACD-7859-4328-BE09-298F91F48196")>]
[<ClassInterfaceAttribute()>]
type TaskListEventsClass =
class
interface _TaskListEvents
interface TaskListEvents
interface _dispTaskListEvents_Event
end
public class TaskListEventsClass implements _TaskListEvents, TaskListEvents, _dispTaskListEvents_Event
The TaskListEventsClass type exposes the following members.
Constructors
Name | Description | |
---|---|---|
TaskListEventsClass | Infrastructure. Microsoft Internal Use Only. |
Top
Methods
Name | Description | |
---|---|---|
add_TaskAdded | Infrastructure. Microsoft Internal Use Only. | |
add_TaskModified | Infrastructure. Microsoft Internal Use Only. | |
add_TaskNavigated | Infrastructure. Microsoft Internal Use Only. | |
add_TaskRemoved | Infrastructure. Microsoft Internal Use Only. | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
remove_TaskAdded | Infrastructure. Microsoft Internal Use Only. | |
remove_TaskModified | Infrastructure. Microsoft Internal Use Only. | |
remove_TaskNavigated | Infrastructure. Microsoft Internal Use Only. | |
remove_TaskRemoved | Infrastructure. Microsoft Internal Use Only. | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Top
Events
Name | Description | |
---|---|---|
TaskAdded | Occurs when a new item is added to the Task List. | |
TaskModified | Occurs when an item in the Task List is modified. | |
TaskNavigated | Occurs immediately before you navigate to the source of an item in the Task List. | |
TaskRemoved | Occurs when a task is removed from the Task List. |
Top
Remarks
Refer to TaskListEvents for this functionality. Do not instantiate this class.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.