TextBuffer::DeleteLines Method (Int32, Int32)

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Microsoft Internal Use Only.

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

void DeleteLines(
	int StartLine,
	int Count = 1
)

Parameters

StartLine
Type: System::Int32

The line from which to start.

Count
Type: System::Int32

The number of lines.

Return to top
Show: