Método IVsUIWin32Bitmap.GetHBITMAP (Int32)
Retorna um identificador para o bitmap.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.10.0 (em Microsoft.VisualStudio.Shell.Interop.10.0.dll)
Sintaxe
int GetHBITMAP(
out int phBitmap
)
int GetHBITMAP(
[OutAttribute] int% phBitmap
)
abstract GetHBITMAP :
phBitmap:int byref -> int
Function GetHBITMAP (
<OutAttribute> ByRef phBitmap As Integer
) As Integer
Parâmetros
- phBitmap
[out] Local para retornar o identificador.
Valor de retorno
Type: System.Int32
Retorna S_OK se a alça foi retornada.
Consulte também
Interface IVsUIWin32Bitmap
Namespace Microsoft.VisualStudio.Shell.Interop
Retornar ao topo