IEditorOperations.DeleteToBeginningOfLine 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.
Deletes the line the caret is on, up to the previous line break character and the selection, if present.
public:
bool DeleteToBeginningOfLine();
public:
bool DeleteToBeginningOfLine();
bool DeleteToBeginningOfLine();
public bool DeleteToBeginningOfLine ();
abstract member DeleteToBeginningOfLine : unit -> bool
Public Function DeleteToBeginningOfLine () As Boolean
Returns
true
if the edit succeeded, otherwise false
.