IVsSplitRoot.GetPane Method (PANETYPE, IVsSplitPane)
Visual Studio 2015
Gets the split pane.
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
Parameters
- PANETYPE
-
Type:
Microsoft.VisualStudio.TextManager.Interop.PANETYPE
[in] The PANETYPE that specifies which pane to get.
- 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 IVsSplitRoot::GetPane(
[in] PANETYPE paneType,
[out] IVsSplitPane **ppPane
);
Show: