Completor::TypeChars Method (String^)

 

Inserts the specified string of characters and updates internal caret position.

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

public:
void TypeChars(
	String^ s
)

Parameters

s
Type: System::String^

[in] A string containing the characters to insert.

The string can contain any character, including control characters such as newlines.

If macro recording is active, the specified string is added to the macro.

The internal caret position is incremented by the length of the string, regardless of what is in the string.

Return to top
Show: