This topic has not yet been rated - Rate this topic

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)

[InterfaceTypeAttribute(1)] 
[GuidAttribute("D529FAD1-4BE0-4BEA-92A3-A58A4B89D056")] 
public interface IVsTaskListEvents
/** @attribute InterfaceTypeAttribute(1) */ 
/** @attribute GuidAttribute("D529FAD1-4BE0-4BEA-92A3-A58A4B89D056") */ 
public interface IVsTaskListEvents
InterfaceTypeAttribute(1) 
GuidAttribute("D529FAD1-4BE0-4BEA-92A3-A58A4B89D056") 
public interface IVsTaskListEvents

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 Sample.

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.

Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ