IVsSplitter::GetParentWindow Method (IntPtr)
Visual Studio 2015
Get the parent window of this pane.
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
Parameters
- phwndParent
-
Type:
System::IntPtr
[out] The window handle of the parent.
Return Value
Type: System::Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Implements
IVsSplitPane::GetParentWindow(IntPtr)From textmgr.idl:
HRESULT IVsSplitter::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: