Win32BitmapHandle.GetHBITMAP Method
Microsoft internal use only.
Namespace: Microsoft.Internal.VisualStudio.PlatformUI
Assembly: Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)
Syntax
'Declaration
Public Function GetHBITMAP ( _
<OutAttribute> ByRef phBitmap As Integer _
) As Integer
public int GetHBITMAP(
out int phBitmap
)
public:
virtual int GetHBITMAP(
[OutAttribute] int% phBitmap
) sealed
abstract GetHBITMAP :
phBitmap:int byref -> int
override GetHBITMAP :
phBitmap:int byref -> int
public final function GetHBITMAP(
phBitmap : int
) : int
Parameters
- phBitmap
Type: System.Int32%
Return Value
Type: System.Int32
Implements
IVsUIWin32Bitmap.GetHBITMAP(Int32%)
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.