IVsSplitter::GetPane Method (Int32, IVsSplitPane^)
Visual Studio 2015
Returns the indicated pane.
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
Parameters
- iIndex
-
Type:
System::Int32
[in] The index of the pane. iIndex can be 0 (primary) or 1 (secondary)
- ppPane
-
Type:
Microsoft.VisualStudio.TextManager.Interop::IVsSplitPane^
[out] The IVsSplitPane.
Return Value
Type: System::Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
From textmgr.idl:
HRESULT IVsSplitter::GetPane([in] long iIndex, [out] IVsSplitPane **ppPane);
Show: