IIntellisenseController.Detach Method

Detaches the controller from the specified ITextView.

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

Syntax

'Declaration
Sub Detach ( _
    textView As ITextView _
)
void Detach(
    ITextView textView
)
void Detach(
    ITextView^ textView
)
abstract Detach : 
        textView:ITextView -> unit 
function Detach(
    textView : ITextView
)

Parameters

.NET Framework Security

See Also

Reference

IIntellisenseController Interface

Microsoft.VisualStudio.Language.Intellisense Namespace