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.
Used by bitmap types in Win32 format to wrap HBITMAP objects.
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("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 | |
---|---|---|
![]() |
BitmapContainsAlphaInfo | Indicates if the bitmap includes an alpha channel. |
![]() |
GetHBITMAP | Returns a handle to the bitmap. |
Top