VsTextViewClass.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:
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.