Metoda TextBuffer.DeleteLines —

Ten interfejs API obsługuje infrastrukturę programu .NET Framework i nie jest przeznaczony do użycia bezpośrednio w kodzie.

Microsoft tylko do użytku wewnętrznego.

Przestrzeń nazw:  EnvDTE
Zestaw:  EnvDTE (w EnvDTE.dll)

Składnia

'Deklaracja
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
)

Parametry

  • StartLine
    Typ: Int32

    Linia, od którego ma się rozpocząć.

  • Count
    Typ: Int32

    Liczba wierszy.

Zabezpieczenia programu .NET Framework

Zobacz też

Informacje

TextBuffer Interfejs

Przestrzeń nazw EnvDTE