Namespace:  Microsoft.Internal.VisualStudio.PlatformUI
Assembly:  Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)
Syntax
声明
Public Function GetHBITMAP ( _
    <OutAttribute> ByRef phBitmap As Integer _
) As Integer
用法
Dim instance As Win32BitmapHandle
Dim phBitmap As Integer
Dim returnValue As Integer
returnValue = instance.GetHBITMAP(phBitmap)
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.