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)
Syntax
<InterfaceTypeAttribute()> _
<GuidAttribute("AFA6B21D-D599-43F9-A3AB-0840359F11C3")> _
Public Interface IVsTaskProvider3
Dim instance As IVsTaskProvider3
[InterfaceTypeAttribute()]
[GuidAttribute("AFA6B21D-D599-43F9-A3AB-0840359F11C3")]
public interface IVsTaskProvider3
[InterfaceTypeAttribute()]
[GuidAttribute(L"AFA6B21D-D599-43F9-A3AB-0840359F11C3")]
public interface class IVsTaskProvider3
public interface IVsTaskProvider3
Remarks
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.