Método EditPoint2.InsertNewLine

Detecta a linha quebrar o tipo usado na linha de onde EditPoint2 está localizado (retorno de carro, alimentação de linha e assim por diante) e irá inserir Count novas linhas no local da EditPoint2.

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

Sintaxe

'Declaração
Sub InsertNewLine ( _
    Count As Integer _
)
void InsertNewLine(
    int Count
)
void InsertNewLine(
    [InAttribute] int Count
)
abstract InsertNewLine : 
        Count:int -> unit 
function InsertNewLine(
    Count : int
)

Parâmetros

  • Count
    Tipo: System.Int32
    O número de novas linhas para inserir.

Segurança do .NET Framework

Consulte também

Referência

EditPoint2 Interface

Namespace EnvDTE80