IVsTextView.GetWindowHandle Method

Definition

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();  

Applies to