IIntellisenseController.Detach(ITextView) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)