Completor.TypeChars(String) Method

Definition

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.

Applies to