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.
Manages HIMAGELIST elements in the Visual Studio user interface.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.10.0 (in Microsoft.VisualStudio.Shell.Interop.10.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 | |
---|---|---|
![]() |
GetHIMAGELIST | Returns the HIMAGELIST handle for the element. |
Top
Remarks
This interface refers to user interface elements with the ImageList type.