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

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

See Also

Reference

IVsTaskProvider3 Members

Microsoft.VisualStudio.Shell.Interop Namespace