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
textView
Type: Microsoft.VisualStudio.Text.Editor.ITextViewThe ITextView from which the controller should detach.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.