Completor::TypeChar Method (Char)

 

Inserts the specified character 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 TypeChar(
	wchar_t ch
)

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.

Return to top
Show: