IEditorOperations::CutFullLine Method ()
Visual Studio 2015
If there is a selection, deletes all the lines touched by the selection, including line break characters, and copies the text to the clipboard. Otherwise, deletes the line the caret is on, including the line break characters, and copies the text to the clipboard.
Assembly: Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)
Return Value
Type: System::Booleantrue if the edit and the clipboard operation both succeeded, otherwise false.
| Exception | Condition |
|---|---|
| InsufficientMemoryException | There is not sufficient memory to complete the operation. |
Show: