Partager via


IVsTextView.CenterLines, méthode

Place les lignes de texte spécifiées au centre de la vue.

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

Syntaxe

'Déclaration
Function CenterLines ( _
    iTopLine As Integer, _
    iCount As Integer _
) As Integer
int CenterLines(
    int iTopLine,
    int iCount
)
int CenterLines(
    [InAttribute] int iTopLine, 
    [InAttribute] int iCount
)
abstract CenterLines : 
        iTopLine:int * 
        iCount:int -> int
function CenterLines(
    iTopLine : int, 
    iCount : int
) : int

Paramètres

  • iTopLine
    Type : Int32

    [in] première ligne à placer au centre de la vue.

  • iCount
    Type : Int32

    [in] nombre total de lignes à placer au centre de la vue.

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

Signature de COM

De textmgr.idl :

HRESULT IVsTextView::CenterLines(
   [in] long iTopLine, 
   [in] long iCount
);

Sécurité .NET Framework

Voir aussi

Référence

IVsTextView Interface

Microsoft.VisualStudio.TextManager.Interop, espace de noms