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