Поделиться через


VsTextViewClass.CenterLines - метод

Задает указанные линии текста по центру представления.

Пространство имен:  Microsoft.VisualStudio.TextManager.Interop
Сборка:  Microsoft.VisualStudio.TextManager.Interop (в Microsoft.VisualStudio.TextManager.Interop.dll)

Синтаксис

'Декларация
Public Overridable Function CenterLines ( _
    iTopLine As Integer, _
    iCount As Integer _
) As Integer
public virtual int CenterLines(
    int iTopLine,
    int iCount
)
public:
virtual int CenterLines(
    [InAttribute] int iTopLine, 
    [InAttribute] int iCount
)
abstract CenterLines : 
        iTopLine:int * 
        iCount:int -> int  
override CenterLines : 
        iTopLine:int * 
        iCount:int -> int
public function CenterLines(
    iTopLine : int, 
    iCount : int
) : int

Параметры

  • iTopLine
    Тип: Int32

    [in] первая линия, устанавливаемое в центре представления.

  • iCount
    Тип: Int32

    [in] общее количество линий для установки в центре представления.

Возвращаемое значение

Тип: Int32

Реализации

IVsTextView.CenterLines(Int32, Int32)

Безопасность платформы .NET Framework

См. также

Ссылки

VsTextViewClass Класс

Microsoft.VisualStudio.TextManager.Interop - пространство имен