Share via


IBraceCompletionSession.PreOverType(Boolean) Method

Definition

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

public:
 void PreOverType([Runtime::InteropServices::Out] bool % handledCommand);
public void PreOverType (out bool handledCommand);
abstract member PreOverType : bool -> unit
Public Sub PreOverType (ByRef handledCommand As Boolean)

Parameters

handledCommand
Boolean

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

Applies to