IEditorOperations.Delete 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 selection if there is one, or the next character in the buffer if one exists.
public:
bool Delete();
public:
bool Delete();
bool Delete();
public bool Delete ();
abstract member Delete : unit -> bool
Public Function Delete () As Boolean
Returns
true
if the edit succeeded, otherwise false
.