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