IEditorOperations.DeleteToEndOfLine 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 line break character and the selection, if present.
public:
bool DeleteToEndOfLine();
public:
bool DeleteToEndOfLine();
bool DeleteToEndOfLine();
public bool DeleteToEndOfLine ();
abstract member DeleteToEndOfLine : unit -> bool
Public Function DeleteToEndOfLine () As Boolean
Returns
true if the operation succeeded, otherwise false.