IEditorOperations::DeleteFullLine Method ()

 

If there is a selection, deletes all the lines touched by the selection, including line break characters. Otherwise, deletes the line the caret is on, including the line break characters.

Namespace:   Microsoft.VisualStudio.Text.Operations
Assembly:  Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)

bool DeleteFullLine()

Return Value

Type: System::Boolean

true if the edit succeeded, otherwise false.

Return to top
Show: