IVsTextView::GetWindowHandle Method ()

 

Returns the window handle for this view.

Namespace:   Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)

IntPtr GetWindowHandle()

Return Value

Type: System::IntPtr

Returns the window handle for this view.

From textmgr.idl:

HRESULT IVsTextView::GetWindowHandle();
Return to top
Show: