VsSplitRootClass.GetPane(PANETYPE, IVsSplitPane) 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 split pane.
public:
virtual int GetPane(Microsoft::VisualStudio::TextManager::Interop::PANETYPE PANETYPE, [Runtime::InteropServices::Out] Microsoft::VisualStudio::TextManager::Interop::IVsSplitPane ^ % ppPane) = Microsoft::VisualStudio::TextManager::Interop::IVsSplitRoot::GetPane;
public:
virtual int GetPane(Microsoft::VisualStudio::TextManager::Interop::PANETYPE PANETYPE, [Runtime::InteropServices::Out] Microsoft::VisualStudio::TextManager::Interop::IVsSplitPane ^ % ppPane);
public:
virtual int GetPane(Microsoft::VisualStudio::TextManager::Interop::PANETYPE PANETYPE, [Runtime::InteropServices::Out] Microsoft::VisualStudio::TextManager::Interop::IVsSplitPane ^ & ppPane) = Microsoft::VisualStudio::TextManager::Interop::IVsSplitRoot::GetPane;
virtual int GetPane(Microsoft::VisualStudio::TextManager::Interop::PANETYPE PANETYPE, [Runtime::InteropServices::Out] Microsoft::VisualStudio::TextManager::Interop::IVsSplitPane const & & ppPane);
public virtual int GetPane (Microsoft.VisualStudio.TextManager.Interop.PANETYPE PANETYPE, out Microsoft.VisualStudio.TextManager.Interop.IVsSplitPane ppPane);
abstract member GetPane : Microsoft.VisualStudio.TextManager.Interop.PANETYPE * IVsSplitPane -> int
override this.GetPane : Microsoft.VisualStudio.TextManager.Interop.PANETYPE * IVsSplitPane -> int
Public Overridable Function GetPane (PANETYPE As PANETYPE, ByRef ppPane As IVsSplitPane) As Integer
Parameters
- ppPane
- IVsSplitPane
[out] The IVsSplitPane.
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.