Completor.TypeChars(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Inserts the specified string of characters and updates internal caret position.
public:
void TypeChars(System::String ^ s);
public:
void TypeChars(Platform::String ^ s);
void TypeChars(std::wstring const & s);
public void TypeChars (string s);
member this.TypeChars : string -> unit
Public Sub TypeChars (s As String)
Parameters
- s
- String
[in] A string containing the characters to insert.
Remarks
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.