IIntellisenseController Interface
Visual Studio 2015
Controls the IntelliSense process for one or more subject ITextBuffer objects exposed through a single ITextView.
Assembly: Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)
| Name | Description | |
|---|---|---|
![]() | ConnectSubjectBuffer(ITextBuffer) | Called when a new subject ITextBuffer appears in the graph of buffers associated with the ITextView, due to a change in projection or content type. |
![]() | Detach(ITextView) | Detaches the controller from the specified ITextView. |
![]() | DisconnectSubjectBuffer(ITextBuffer) | Called when a subject ITextBuffer is removed from the graph of buffers associated with the ITextView, due to a change in projection or content type. |
For an example of this interface, see Walkthrough: Displaying QuickInfo Tooltips.
Show:
