IVsSplitter.SetParentSplitter(IVsSplitter) 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.
Sets/Gets the parent splitter for this pane.
public:
int SetParentSplitter(Microsoft::VisualStudio::TextManager::Interop::IVsSplitter ^ pSplitter);
public:
int SetParentSplitter(Microsoft::VisualStudio::TextManager::Interop::IVsSplitter ^ pSplitter);
int SetParentSplitter(Microsoft::VisualStudio::TextManager::Interop::IVsSplitter const & pSplitter);
public int SetParentSplitter (Microsoft.VisualStudio.TextManager.Interop.IVsSplitter pSplitter);
abstract member SetParentSplitter : Microsoft.VisualStudio.TextManager.Interop.IVsSplitter -> int
Public Function SetParentSplitter (pSplitter As IVsSplitter) As Integer
Parameters
- pSplitter
- IVsSplitter
[in] The IVsSplitter.
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Implements
Remarks
COM Signature
From textmgr.idl:
HRESULT IVsSplitter::SetParentSplitter(
[in] IVsSplitter *pSplitter
);