Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Adds content to the TaskList window.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
Syntax
'Declaration
<GuidAttribute("F353950E-C381-4BA6-BCAA-6BA64E53D252")> _
<InterfaceTypeAttribute()> _
Public Interface IVsTaskItem3
'Usage
Dim instance As IVsTaskItem3
[GuidAttribute("F353950E-C381-4BA6-BCAA-6BA64E53D252")]
[InterfaceTypeAttribute()]
public interface IVsTaskItem3
[GuidAttribute(L"F353950E-C381-4BA6-BCAA-6BA64E53D252")]
[InterfaceTypeAttribute()]
public interface class IVsTaskItem3
public interface IVsTaskItem3
Remarks
You must also implement IVsTaskItem with this interface.