IVsUIWin32ImageList Interface

Manages HIMAGELIST elements in the Visual Studio user interface.

Namespace:  Microsoft.VisualStudio.Shell.Interop
Assemblies:   Microsoft.VisualStudio.Shell.Interop.10.0 (in Microsoft.VisualStudio.Shell.Interop.10.0.dll)
  Microsoft.VisualStudio.Shell.12.0 (in Microsoft.VisualStudio.Shell.12.0.dll)

Syntax

'Declaration
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
<GuidAttribute("5EA86615-2308-4DA4-8A7A-E442FE40C44F")> _
Public Interface IVsUIWin32ImageList
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[GuidAttribute("5EA86615-2308-4DA4-8A7A-E442FE40C44F")]
public interface IVsUIWin32ImageList
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
[GuidAttribute(L"5EA86615-2308-4DA4-8A7A-E442FE40C44F")]
public interface class IVsUIWin32ImageList
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
[<GuidAttribute("5EA86615-2308-4DA4-8A7A-E442FE40C44F")>]
type IVsUIWin32ImageList =  interface end
public interface IVsUIWin32ImageList

The IVsUIWin32ImageList type exposes the following members.

Methods

  Name Description
Public method GetHIMAGELIST Returns the HIMAGELIST handle for the element.

Top

Remarks

This interface refers to user interface elements with the ImageList type.

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace