IVsUIWin32Element.GetHandle(IntPtr) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the HWND for the element.
public:
int GetHandle([Runtime::InteropServices::Out] IntPtr % pHandle);
public int GetHandle (out IntPtr pHandle);
abstract member GetHandle : nativeint -> int
Public Function GetHandle (ByRef pHandle As IntPtr) As Integer
Parameters
- pHandle
-
IntPtr
nativeint
[out] Location to return the HWND.
Returns
Return S_OK if the handle was returned.