Partilhar via


Método TextBuffer.DeleteLines

Esta API oferece suporte à infraestrutura .NET Framework e não se destina a ser usada diretamente do seu código.

Somente para uso interno da Microsoft.

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

Sintaxe

'Declaração
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
)

Parâmetros

Segurança do .NET Framework

Consulte também

Referência

TextBuffer Interface

Namespace EnvDTE