Share via


IBraceCompletionSession.PreTab(Boolean) Method

Definition

Called by the editor when tab has been pressed and before it is inserted into the buffer.

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

Parameters

handledCommand
Boolean

Set to true to prevent the tab from being inserted into the buffer.

Applies to