Partilhar via


Método IIntellisenseController.Detach

Desconecta o controlador de URL ITextView.

Namespace:  Microsoft.VisualStudio.Language.Intellisense
Assembly:  Microsoft.VisualStudio.Language.Intellisense (em Microsoft.VisualStudio.Language.Intellisense.dll)

Sintaxe

'Declaração
Sub Detach ( _
    textView As ITextView _
)
void Detach(
    ITextView textView
)
void Detach(
    ITextView^ textView
)
abstract Detach : 
        textView:ITextView -> unit
function Detach(
    textView : ITextView
)

Parâmetros

Segurança do .NET Framework

Consulte também

Referência

IIntellisenseController Interface

Namespace Microsoft.VisualStudio.Language.Intellisense