This topic has not yet been rated - Rate this topic

IVsTaskProvider Interface

Supplies tasks to the task list.

Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (in microsoft.visualstudio.shell.interop.dll)

[GuidAttribute("6909C6ED-2AF5-4A35-8EA7-E6095A3ECF9E")] 
[InterfaceTypeAttribute(1)] 
public interface IVsTaskProvider
/** @attribute GuidAttribute("6909C6ED-2AF5-4A35-8EA7-E6095A3ECF9E") */ 
/** @attribute InterfaceTypeAttribute(1) */ 
public interface IVsTaskProvider
GuidAttribute("6909C6ED-2AF5-4A35-8EA7-E6095A3ECF9E") 
InterfaceTypeAttribute(1) 
public interface IVsTaskProvider

The environment implements the IVsTaskList interface to create a container for tasks. To put tasks into the task list, implement IVsTaskProvider, that enumerates a list of task items, each of which is an IVsTaskItem. The IVsTaskItem interface contains methods for modifying the behavior of tasks. The IVsTaskItem2 interface provides methods for managing custom columns.

See illustrations of the implementation of this interface in the Figures Language Service Sample sample.

Notes to Implementers Implement this interface to provide tasks to the task list.

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