Share via


EditPoint2.InsertNewLine Method

Detects the line break type used at the line where EditPoint2 is located (carriage return, line feed, and so on) and will insert Count new lines at the location of the EditPoint2.

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

Syntax

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

Parameters

  • Count
    Type: System.Int32

    The number of new lines to insert.

.NET Framework Security

See Also

Reference

EditPoint2 Interface

EnvDTE80 Namespace