IVsTaskListEvents Interface

Provides an event set for events related to the task list.

Namespace:  Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)

Syntax

'Declaration
<GuidAttribute("D529FAD1-4BE0-4BEA-92A3-A58A4B89D056")> _
<InterfaceTypeAttribute()> _
Public Interface IVsTaskListEvents
[GuidAttribute("D529FAD1-4BE0-4BEA-92A3-A58A4B89D056")]
[InterfaceTypeAttribute()]
public interface IVsTaskListEvents
[GuidAttribute(L"D529FAD1-4BE0-4BEA-92A3-A58A4B89D056")]
[InterfaceTypeAttribute()]
public interface class IVsTaskListEvents
[<GuidAttribute("D529FAD1-4BE0-4BEA-92A3-A58A4B89D056")>]
[<InterfaceTypeAttribute()>]
type IVsTaskListEvents =  interface end
public interface IVsTaskListEvents

The IVsTaskListEvents type exposes the following members.

Methods

  Name Description
Public method OnCommentTaskInfoChanged Provides notification that the set of comment task tokens has been modified.

Top

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.

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace