IIntellisenseController.Detach(ITextView) Method

Definition

Detaches the controller from the specified ITextView.

public:
 void Detach(Microsoft::VisualStudio::Text::Editor::ITextView ^ textView);
public:
 void Detach(Microsoft::VisualStudio::Text::Editor::ITextView ^ textView);
void Detach(Microsoft::VisualStudio::Text::Editor::ITextView const & textView);
public void Detach (Microsoft.VisualStudio.Text.Editor.ITextView textView);
abstract member Detach : Microsoft.VisualStudio.Text.Editor.ITextView -> unit
Public Sub Detach (textView As ITextView)

Parameters

textView
ITextView

The ITextView from which the controller should detach.

Applies to