IVsUIWin32Element::GetHandle Method (IntPtr)

 

Returns the HWND for the element.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.10.0 (in Microsoft.VisualStudio.Shell.Interop.10.0.dll)

int GetHandle(
	[OutAttribute] IntPtr% pHandle
)

Parameters

pHandle
Type: System::IntPtr

[out] Location to return the HWND.

Return Value

Type: System::Int32

Return S_OK if the handle was returned.

Return to top
Show: