IVsTextView.GetWindowHandle 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 window handle for this view.
public:
IntPtr GetWindowHandle();
public IntPtr GetWindowHandle ();
abstract member GetWindowHandle : unit -> nativeint
Public Function GetWindowHandle () As IntPtr
Returns
IntPtr
nativeint
Returns the window handle for this view.
Remarks
COM Signature
From textmgr.idl:
HRESULT IVsTextView::GetWindowHandle();