Completor::TypeChar Method (Char)
Visual Studio 2015
Inserts the specified character and updates the internal caret position.
Assembly: Microsoft.VisualStudio.Package.LanguageService.14.0 (in Microsoft.VisualStudio.Package.LanguageService.14.0.dll)
Parameters
- ch
-
Type:
System::Char
[in] The character to insert.
The character entered here can be anything, including control characters such as newlines.
If macro recording is active, the specified character is added to the macro.
The internal caret position is incremented by 1, regardless of what was entered.
Show: