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 _
)
'Usage
Dim instance As TextBuffer 
Dim StartLine As Integer 
Dim Count As Integer

instance.DeleteLines(StartLine, Count)
void DeleteLines(
    int StartLine,
    int Count
)
void DeleteLines(
    [InAttribute] int StartLine, 
    [InAttribute] int Count
)
function DeleteLines(
    StartLine : int, 
    Count : int
)

Parameters

.NET Framework Security

See Also

Reference

TextBuffer Interface

TextBuffer Members

EnvDTE Namespace