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 - пространство имен