Completor::TypeBackspace Method (Int32)

 

Performs the specified number of backspaces on the line being edited and updates the internal caret position.

Namespace:   Microsoft.VisualStudio.Package
Assembly:  Microsoft.VisualStudio.Package.LanguageService.14.0 (in Microsoft.VisualStudio.Package.LanguageService.14.0.dll)

public:
void TypeBackspace(
	int len
)

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.

Return to top
Show: