IVsSplitPane::GetParentWindow Method (IntPtr)
Visual Studio 2015
Returns the parent window of the pane.
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
Parameters
- phwndParent
-
Type:
System::IntPtr
[out] Parent window.
Return Value
Type: System::Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
From textmgr.idl:
HRESULT IVsSplitPane::GetParentWindow( [out] HWND *phwndParent );
All panes have the same parent window, which is the parent of all child windows created by leaf-node panes
Show: