TextBuffer.DeleteLines Method

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Microsoft Internal Use Only.

Namespace:  EnvDTE
Assembly:  EnvDTE (in EnvDTE.dll)

Syntax

'Declaration
Sub DeleteLines ( _
    StartLine As Integer, _
    Count As Integer _
)
void DeleteLines(
    int StartLine,
    int Count
)
void DeleteLines(
    [InAttribute] int StartLine, 
    [InAttribute] int Count
)
abstract DeleteLines : 
        StartLine:int * 
        Count:int -> unit
function DeleteLines(
    StartLine : int, 
    Count : int
)

Parameters

  • StartLine
    Type: System.Int32

    The line from which to start.

.NET Framework Security

See Also

Reference

TextBuffer Interface

EnvDTE Namespace