IVsUIWin32Bitmap Interface

Used by bitmap types in Win32 format to wrap HBITMAP objects.

Namespace:  Microsoft.VisualStudio.Shell.Interop
Assemblies:   Microsoft.VisualStudio.Shell.Interop.10.0 (in Microsoft.VisualStudio.Shell.Interop.10.0.dll)
  Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)

Syntax

'Declaration
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
<GuidAttribute("0DD7CF3A-6203-466F-B1C1-7653809CB73A")> _
Public Interface IVsUIWin32Bitmap
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[GuidAttribute("0DD7CF3A-6203-466F-B1C1-7653809CB73A")]
public interface IVsUIWin32Bitmap
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
[GuidAttribute(L"0DD7CF3A-6203-466F-B1C1-7653809CB73A")]
public interface class IVsUIWin32Bitmap
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
[<GuidAttribute("0DD7CF3A-6203-466F-B1C1-7653809CB73A")>]
type IVsUIWin32Bitmap =  interface end
public interface IVsUIWin32Bitmap

The IVsUIWin32Bitmap type exposes the following members.

Methods

  Name Description
Public method BitmapContainsAlphaInfo Indicates if the bitmap includes an alpha channel.
Public method GetHBITMAP Returns a handle to the bitmap.

Top

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace