IVsTaskListEvents Interface
Visual Studio 2015
Provides an event set for events related to the task list.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
| Name | Description | |
|---|---|---|
![]() | OnCommentTaskInfoChanged() | Provides notification that the set of comment task tokens has been modified. |
When an event occurs that is related to a method of this interface, the task list queries each registered task provider to determine whether it supports this interface. If so, the notification method related to the event is called on the task provider.
See illustrations of the calling of this interface in the sample .d166df06-9a77-491d-aa81-6834a4ad7e50
Notes to Callers:
Task providers should call this interface if they need to know when any events occur that are handled by the methods of this interface.
Show:
