IVsTextView.GetWindowHandle Method
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.
C++
public:
IntPtr GetWindowHandle();
public IntPtr GetWindowHandle();
abstract member GetWindowHandle : unit -> nativeint
Public Function GetWindowHandle () As IntPtr
IntPtr
nativeint
Returns the window handle for this view.
From textmgr.idl:
cpp#
HRESULT IVsTextView::GetWindowHandle();
Product | Versions |
---|---|
Visual Studio SDK | 2015, 2017, 2019, 2022 |