VsCodeWindowClass.GetSecondaryView(IVsTextView) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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
Si la méthode réussit, retourne S_OK. En cas d'échec, retourne un code d'erreur.