IVsTaskList2 Interface

Manipulates items in the Task List window. Implemented by the environment, although you can write your own implementation to provide custom task items.

Namespace:  Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)

Syntax

‘선언
<InterfaceTypeAttribute()> _
<GuidAttribute("62357211-57FD-4425-A9E5-9A6E0D3B731C")> _
Public Interface IVsTaskList2
‘사용 방법
Dim instance As IVsTaskList2
[InterfaceTypeAttribute()]
[GuidAttribute("62357211-57FD-4425-A9E5-9A6E0D3B731C")]
public interface IVsTaskList2
[InterfaceTypeAttribute()]
[GuidAttribute(L"62357211-57FD-4425-A9E5-9A6E0D3B731C")]
public interface class IVsTaskList2
[<InterfaceTypeAttribute()>]
[<GuidAttribute("62357211-57FD-4425-A9E5-9A6E0D3B731C")>]
type IVsTaskList2 =  interface end
public interface IVsTaskList2

See Also

Reference

IVsTaskList2 Members

Microsoft.VisualStudio.Shell.Interop Namespace