Compartir a través de


IVsTextView.SetTopLine (Método)

Establece la línea superior de la vista a la línea base.

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

Sintaxis

'Declaración
Function SetTopLine ( _
    iBaseLine As Integer _
) As Integer
int SetTopLine(
    int iBaseLine
)
int SetTopLine(
    [InAttribute] int iBaseLine
)
abstract SetTopLine : 
        iBaseLine:int -> int
function SetTopLine(
    iBaseLine : int
) : int

Parámetros

  • iBaseLine
    Tipo: Int32

    [in] Indica la línea se debe establecer como línea base.

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::SetTopLine(
   [in] long iBaseLine
);

Seguridad de .NET Framework

Vea también

Referencia

IVsTextView Interfaz

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