Share via


IVsUIWin32ImageList Interface

Definition

Manages HIMAGELIST elements in the Visual Studio user interface.

public interface class IVsUIWin32ImageList
public interface class IVsUIWin32ImageList
__interface IVsUIWin32ImageList
public interface IVsUIWin32ImageList
[System.Runtime.InteropServices.Guid("5EA86615-2308-4DA4-8A7A-E442FE40C44F")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsUIWin32ImageList
type IVsUIWin32ImageList = interface
[<System.Runtime.InteropServices.Guid("5EA86615-2308-4DA4-8A7A-E442FE40C44F")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsUIWin32ImageList = interface
Public Interface IVsUIWin32ImageList
Attributes

Remarks

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

Methods

Name Description
GetHIMAGELIST(Int32)

Returns the HIMAGELIST handle for the element.

GetHIMAGELIST(IntPtr)

Applies to