IVsUIWin32Icon Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
GetHICON(Int32) |
Returns the HICON handle for the icon. |
GetHICON(IntPtr) |