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


IIntellisenseController.Detach - метод

Отключает контроллер от указанного объекта ITextView.

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

Синтаксис

'Декларация
Sub Detach ( _
    textView As ITextView _
)
void Detach(
    ITextView textView
)
void Detach(
    ITextView^ textView
)
abstract Detach : 
        textView:ITextView -> unit
function Detach(
    textView : ITextView
)

Параметры

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

См. также

Ссылки

IIntellisenseController Интерфейс

Microsoft.VisualStudio.Language.Intellisense - пространство имен