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


IBraceCompletionSession.PreDelete - метод

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

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

Синтаксис

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

Параметры

  • handledCommand
    Тип: Boolean%

    true to prevent the deletion, otherwise false.

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

См. также

Ссылки

IBraceCompletionSession Интерфейс

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