EditPoint2::InsertNewLine Method (Int32)

 

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)

void InsertNewLine(
	int Count = 1
)

Parameters

Count
Type: System::Int32

The number of new lines to insert.

Return to top
Show: