Sdílet prostřednictvím


TextBuffer.DeleteLines – metoda

Toto rozhraní API podporuje infrastrukturu rozhraní .NET Framework a není určeno pro použití přímo v kódu.

Microsoft pouze pro interní použití.

Obor názvů:  EnvDTE
Sestavení:  EnvDTE (v EnvDTE.dll)

Syntaxe

'Deklarace
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: System.Int32
    Řádek, ze kterého chcete spustit.

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

TextBuffer Rozhraní

EnvDTE – obor názvů