IVsUIWin32Icon Interface

Manages HICONs 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("55445E7E-DAD5-4C41-9F38-03511D922D1E")> _
Public Interface IVsUIWin32Icon
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[GuidAttribute("55445E7E-DAD5-4C41-9F38-03511D922D1E")]
public interface IVsUIWin32Icon
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
[GuidAttribute(L"55445E7E-DAD5-4C41-9F38-03511D922D1E")]
public interface class IVsUIWin32Icon
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
[<GuidAttribute("55445E7E-DAD5-4C41-9F38-03511D922D1E")>]
type IVsUIWin32Icon =  interface end
public interface IVsUIWin32Icon

The IVsUIWin32Icon type exposes the following members.

Methods

  Name Description
Public method GetHICON Returns the HICON handle for the icon.

Top

Remarks

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

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace