IEditorOperations.DeleteFullLine Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
public:
bool DeleteFullLine();
public:
bool DeleteFullLine();
bool DeleteFullLine();
public bool DeleteFullLine ();
abstract member DeleteFullLine : unit -> bool
Public Function DeleteFullLine () As Boolean
Returns
true
if the edit succeeded, otherwise false
.