Share via


IBraceCompletionManager.PreTypeChar(Char, Boolean) Method

Definition

Called by the editor when a character has been typed and before it is inserted into the buffer.

public:
 void PreTypeChar(char character, [Runtime::InteropServices::Out] bool % handledCommand);
public void PreTypeChar (char character, out bool handledCommand);
abstract member PreTypeChar : char * bool -> unit
Public Sub PreTypeChar (character As Char, ByRef handledCommand As Boolean)

Parameters

character
Char

Typed character

handledCommand
Boolean

Set to true to prevent the closing brace character from being inserted into the buffer.

Applies to