VsTextViewClass.GetWindowHandle Method

Definition

Returns the window handle for this view.

public:
 virtual IntPtr GetWindowHandle() = Microsoft::VisualStudio::TextManager::Interop::IVsTextView::GetWindowHandle;
public:
 virtual IntPtr GetWindowHandle();
public virtual IntPtr GetWindowHandle ();
abstract member GetWindowHandle : unit -> nativeint
override this.GetWindowHandle : unit -> nativeint
Public Overridable Function GetWindowHandle () As IntPtr

Returns

IntPtr

nativeint

Returns the window handle for this view.

Implements

Applies to