IVsSplitPane::SetParentSplitter Method (IVsSplitter^)
Visual Studio 2015
Sets the parent splitter for this pane.
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
Parameters
- pSplitter
-
Type:
Microsoft.VisualStudio.TextManager.Interop::IVsSplitter^
[in] The IVsSplitter.
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::SetParentSplitter([in] IVsSplitter *pSplitter);
Show: