Compartir a través de


IVsTextView.CenterLines (Método)

Coloca las líneas de texto especificadas en el centro de la vista.

Espacio de nombres:  Microsoft.VisualStudio.TextManager.Interop
Ensamblado:  Microsoft.VisualStudio.TextManager.Interop (en Microsoft.VisualStudio.TextManager.Interop.dll)

Sintaxis

'Declaración
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

Parámetros

  • iTopLine
    Tipo: Int32

    [in] Primera línea a colocar en el centro de la vista.

  • iCount
    Tipo: Int32

    [in] Número total de líneas a colocar en el centro de la vista.

Valor devuelto

Tipo: Int32
si el método tiene éxito, devuelve S_OK.Si se produce un error, devuelve un código de error.

Comentarios

Prototipo COM

de textmgr.idl:

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

Seguridad de .NET Framework

Vea también

Referencia

IVsTextView Interfaz

Microsoft.VisualStudio.TextManager.Interop (Espacio de nombres)