Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Places the specified lines of text in the center of the view.
Namespace: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
Syntax
'Declaration
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
Parameters
- iTopLine
Type: System.Int32
[in] First line to place in the center of the view.
- iCount
Type: System.Int32
[in] Total number of lines to place in the center of the view.
Return Value
Type: System.Int32
Implements
IVsTextView.CenterLines(Int32, Int32)
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.