IVsSplitRoot.GetRootSplitter(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.
Gets the root splitter.
public:
int GetRootSplitter([Runtime::InteropServices::Out] Microsoft::VisualStudio::TextManager::Interop::IVsSplitter ^ % ppPane);
public:
int GetRootSplitter([Runtime::InteropServices::Out] Microsoft::VisualStudio::TextManager::Interop::IVsSplitter ^ & ppPane);
int GetRootSplitter([Runtime::InteropServices::Out] Microsoft::VisualStudio::TextManager::Interop::IVsSplitter const & & ppPane);
public int GetRootSplitter (out Microsoft.VisualStudio.TextManager.Interop.IVsSplitter ppPane);
abstract member GetRootSplitter : IVsSplitter -> int
Public Function GetRootSplitter (ByRef ppPane As IVsSplitter) As Integer
Parameters
- ppPane
- IVsSplitter
[out] The IVsSplitter.
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Remarks
COM Signature
From textmgr.idl:
HRESULT IVsSplitRoot::GetRootSplitter(
[out] IVsSplitter **ppPane
);