Share via


IBraceCompletionSession.PreReturn(Boolean) Method

Definition

Called by the editor when return is pressed within the session.

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

Parameters

handledCommand
Boolean

Set to true to prevent the newline insertion.

Applies to