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
'Usage
Dim instance As IVsTaskListEvents
[GuidAttribute("D529FAD1-4BE0-4BEA-92A3-A58A4B89D056")]
[InterfaceTypeAttribute()]
public interface IVsTaskListEvents
[GuidAttribute(L"D529FAD1-4BE0-4BEA-92A3-A58A4B89D056")]
[InterfaceTypeAttribute()]
public interface class IVsTaskListEvents
public interface IVsTaskListEvents

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

IVsTaskListEvents Members

Microsoft.VisualStudio.Shell.Interop Namespace