IIntellisenseController Interface 
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.
Controls the IntelliSense process for one or more subject ITextBuffer objects exposed through a single ITextView.
public interface class IIntellisenseControllerpublic interface class IIntellisenseController__interface IIntellisenseControllerpublic interface IIntellisenseControllertype IIntellisenseController = interfacePublic Interface IIntellisenseControllerExamples
For an example of this interface, see Walkthrough: Displaying QuickInfo Tooltips.
Methods
| 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. |