VsCodeWindowClass.GetSecondaryView(IVsTextView) Method

Definition

Returns the bottom (or secondary) view of a split code window.

public:
 virtual int GetSecondaryView([Runtime::InteropServices::Out] Microsoft::VisualStudio::TextManager::Interop::IVsTextView ^ % ppView) = Microsoft::VisualStudio::TextManager::Interop::IVsCodeWindow::GetSecondaryView;
public:
 virtual int GetSecondaryView([Runtime::InteropServices::Out] Microsoft::VisualStudio::TextManager::Interop::IVsTextView ^ % ppView);
public:
 virtual int GetSecondaryView([Runtime::InteropServices::Out] Microsoft::VisualStudio::TextManager::Interop::IVsTextView ^ &  ppView) = Microsoft::VisualStudio::TextManager::Interop::IVsCodeWindow::GetSecondaryView;
 virtual int GetSecondaryView([Runtime::InteropServices::Out] Microsoft::VisualStudio::TextManager::Interop::IVsTextView const & & ppView);
public virtual int GetSecondaryView (out Microsoft.VisualStudio.TextManager.Interop.IVsTextView ppView);
abstract member GetSecondaryView : IVsTextView -> int
override this.GetSecondaryView : IVsTextView -> int
Public Overridable Function GetSecondaryView (ByRef ppView As IVsTextView) As Integer

Parameters

ppView
IVsTextView

[out] Pointer to IVsTextView interface of the secondary text view.

Returns

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

Implements

Applies to