VsCodeWindowClass.GetSecondaryView(IVsTextView) Méthode

Définition

Retourne la vue inférieure (ou secondaire) d'une fenêtre de code fractionnée.

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) = 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

Paramètres

ppView
IVsTextView

[out] Pointeur vers l'interface IVsTextView de la vue de texte secondaire.

Retours

Int32

Si la méthode réussit, retourne S_OK. En cas d'échec, retourne un code d'erreur.

Implémente

S’applique à