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


IBraceCompletionSession.PreReturn - метод

Called by the editor when return is pressed within the session.

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

Синтаксис

'Декларация
Sub PreReturn ( _
    <OutAttribute> ByRef handledCommand As Boolean _
)
void PreReturn(
    out bool handledCommand
)
void PreReturn(
    [OutAttribute] bool% handledCommand
)
abstract PreReturn : 
        handledCommand:bool byref -> unit
function PreReturn(
    handledCommand : boolean
)

Параметры

  • handledCommand
    Тип: Boolean%

    true to prevent the insertion of the newline, otherwise false.

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

См. также

Ссылки

IBraceCompletionSession Интерфейс

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