IBraceCompletionSession.PreBackspace Method

Called by the editor before the character has been removed.

Namespace:  Microsoft.VisualStudio.Text.BraceCompletion
Assembly:  Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)

Syntax

'Declaration
Sub PreBackspace ( _
    <OutAttribute> ByRef handledCommand As Boolean _
)
void PreBackspace(
    out bool handledCommand
)
void PreBackspace(
    [OutAttribute] bool% handledCommand
)
abstract PreBackspace : 
        handledCommand:bool byref -> unit
function PreBackspace(
    handledCommand : boolean
)

Parameters

  • handledCommand
    Type: Boolean%

    true to prevent the backspace action from completing, otherwise false.

.NET Framework Security

See Also

Reference

IBraceCompletionSession Interface

Microsoft.VisualStudio.Text.BraceCompletion Namespace