IVsTaskListEvents 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 an event set for events related to the task list.
public interface class IVsTaskListEvents
public interface class IVsTaskListEvents
__interface IVsTaskListEvents
[System.Runtime.InteropServices.Guid("D529FAD1-4BE0-4BEA-92A3-A58A4B89D056")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsTaskListEvents
[System.Runtime.InteropServices.Guid("D529FAD1-4BE0-4BEA-92A3-A58A4B89D056")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsTaskListEvents
[<System.Runtime.InteropServices.Guid("D529FAD1-4BE0-4BEA-92A3-A58A4B89D056")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsTaskListEvents = interface
[<System.Runtime.InteropServices.Guid("D529FAD1-4BE0-4BEA-92A3-A58A4B89D056")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsTaskListEvents = interface
Public Interface IVsTaskListEvents
- Attributes
Remarks
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 Figures Language Service.
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.
Methods
OnCommentTaskInfoChanged() |
Provides notification that the set of comment task tokens has been modified. |