IEditorOperations.DeleteWordToLeft 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 word to the left of the current caret position.
public:
bool DeleteWordToLeft();
public:
bool DeleteWordToLeft();
bool DeleteWordToLeft();
public bool DeleteWordToLeft ();
abstract member DeleteWordToLeft : unit -> bool
Public Function DeleteWordToLeft () As Boolean
Returns
true
if the edit succeeded, otherwise false
.