IBraceCompletionSession.PreOverType Method

Called by the editor when the closing brace character has been typed 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 PreOverType ( _
    <OutAttribute> ByRef handledCommand As Boolean _
)
void PreOverType(
    out bool handledCommand
)
void PreOverType(
    [OutAttribute] bool% handledCommand
)
abstract PreOverType : 
        handledCommand:bool byref -> unit
function PreOverType(
    handledCommand : boolean
)

Parameters

  • handledCommand
    Type: Boolean%

    true to prevent the closing brace character from being inserted into the buffer, otherwise false.

.NET Framework Security

See Also

Reference

IBraceCompletionSession Interface

Microsoft.VisualStudio.Text.BraceCompletion Namespace