IBraceCompletionSession.PreTab Method
Called by the editor when tab has been pressed and before it is inserted into the buffer.
Namespace: Microsoft.VisualStudio.Text.BraceCompletion
Assembly: Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)
Syntax
'Declaration
Sub PreTab ( _
<OutAttribute> ByRef handledCommand As Boolean _
)
void PreTab(
out bool handledCommand
)
void PreTab(
[OutAttribute] bool% handledCommand
)
abstract PreTab :
handledCommand:bool byref -> unit
function PreTab(
handledCommand : boolean
)
Parameters
handledCommand
Type: Boolean%true to prevent the tab from being inserted into the buffer, otherwise false.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.