Поделиться через


IBraceCompletionSession.PreOverType - метод

Called by the editor when the closing brace character has been typed and before it is inserted into the buffer.

Пространство имен:  Microsoft.VisualStudio.Text.BraceCompletion
Сборка:  Microsoft.VisualStudio.Text.UI (в Microsoft.VisualStudio.Text.UI.dll)

Синтаксис

'Декларация
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
)

Параметры

  • handledCommand
    Тип: Boolean%

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

Безопасность платформы .NET Framework

См. также

Ссылки

IBraceCompletionSession Интерфейс

Microsoft.VisualStudio.Text.BraceCompletion - пространство имен