This topic has not yet been rated - Rate this topic

IVsTaskProvider3 Interface

Supports adding content to the Task View window. Defines the provider of information along with manipulating the window columns.

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

[GuidAttribute("AFA6B21D-D599-43F9-A3AB-0840359F11C3")] 
[InterfaceTypeAttribute(1)] 
public interface IVsTaskProvider3
/** @attribute GuidAttribute("AFA6B21D-D599-43F9-A3AB-0840359F11C3") */ 
/** @attribute InterfaceTypeAttribute(1) */ 
public interface IVsTaskProvider3
GuidAttribute("AFA6B21D-D599-43F9-A3AB-0840359F11C3") 
InterfaceTypeAttribute(1) 
public interface IVsTaskProvider3

If you implement IVsTaskProvider3 you must also implement IVsTaskProvider. The converse is not true.

In addition, if you implement this interface, your tasks must implement IVsTaskItem3.

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