Share via


IVsUIWin32Icon Interface

Definition

Manages HICONs in the Visual Studio user interface.

public interface class IVsUIWin32Icon
public interface class IVsUIWin32Icon
__interface IVsUIWin32Icon
public interface IVsUIWin32Icon
[System.Runtime.InteropServices.Guid("55445E7E-DAD5-4C41-9F38-03511D922D1E")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsUIWin32Icon
type IVsUIWin32Icon = interface
[<System.Runtime.InteropServices.Guid("55445E7E-DAD5-4C41-9F38-03511D922D1E")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsUIWin32Icon = interface
Public Interface IVsUIWin32Icon
Attributes

Remarks

This interface is used for user interface items with the Icon type.

Methods

Name Description
GetHICON(Int32)

Returns the HICON handle for the icon.

GetHICON(IntPtr)

Applies to