Partager via


IVsCodeWindow.GetPrimaryView, méthode

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

Espace de noms :  Microsoft.VisualStudio.TextManager.Interop
Assembly :  Microsoft.VisualStudio.TextManager.Interop (dans Microsoft.VisualStudio.TextManager.Interop.dll)

Syntaxe

'Déclaration
Function GetPrimaryView ( _
    <OutAttribute> ByRef ppView As IVsTextView _
) As Integer
int GetPrimaryView(
    out IVsTextView ppView
)
int GetPrimaryView(
    [OutAttribute] IVsTextView^% ppView
)
abstract GetPrimaryView : 
        ppView:IVsTextView byref -> int
function GetPrimaryView(
    ppView : IVsTextView
) : int

Paramètres

Valeur de retour

Type : Int32
Si la méthode réussit, elle retourne S_OK.En cas d'échec, un code d'erreur est retourné.

Notes

Utilisez cette méthode pour obtenir un pointeur au mode Principal si l'éditeur contient un ou deux vues séparées par un séparateur. Pour accéder à la vue secondaire dans une fenêtre de code fractionnée, GetSecondaryView d'appel.

Signature de COM

De textmgr.idl :

HRESULT IVsCodeWindow::GetPrimaryView(
   [out] IVsTextView **ppView
);

Sécurité .NET Framework

Voir aussi

Référence

IVsCodeWindow Interface

Microsoft.VisualStudio.TextManager.Interop, espace de noms