IVsTaskProvider4 Interface

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

Syntax

'Declaration
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
<GuidAttribute("6F6E00CC-2261-49E2-8FD9-356B6637A2D9")> _
Public Interface IVsTaskProvider4
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[GuidAttribute("6F6E00CC-2261-49E2-8FD9-356B6637A2D9")]
public interface IVsTaskProvider4
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
[GuidAttribute(L"6F6E00CC-2261-49E2-8FD9-356B6637A2D9")]
public interface class IVsTaskProvider4
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
[<GuidAttribute("6F6E00CC-2261-49E2-8FD9-356B6637A2D9")>]
type IVsTaskProvider4 =  interface end
public interface IVsTaskProvider4

The IVsTaskProvider4 type exposes the following members.

Properties

  Name Description
Public property ThemedImageList

Top

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace