Completor::TypeBackspace Method (Int32)
Visual Studio 2015
Performs the specified number of backspaces on the line being edited and updates the internal caret position.
Assembly: Microsoft.VisualStudio.Package.LanguageService.14.0 (in Microsoft.VisualStudio.Package.LanguageService.14.0.dll)
Parameters
- len
-
Type:
System::Int32
[in] The number of backspaces to perform.
A backspace deletes the character before the caret and moves the caret to the left one space. You cannot backspace beyond the physical beginning of the line.
This operation is the equivalent of typing the Backspace key.
If macro recording is active, a backspace operation of the specified length is added to the macro.
Show: