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


IBraceCompletionSession.PreTab - метод

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

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

Синтаксис

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

Параметры

  • handledCommand
    Тип: Boolean%

    true to prevent the tab from being inserted into the buffer, otherwise false.

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

См. также

Ссылки

IBraceCompletionSession Интерфейс

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