IIntellisenseController Interface
Controls the IntelliSense process for one or more subject ITextBuffer objects exposed through a single ITextView.
Namespace: Microsoft.VisualStudio.Language.Intellisense
Assembly: Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)
Syntax
'Dichiarazione
Public Interface IIntellisenseController
public interface IIntellisenseController
public interface class IIntellisenseController
type IIntellisenseController = interface end
public interface IIntellisenseController
The IIntellisenseController type exposes the following members.
Methods
Name | Description | |
---|---|---|
ConnectSubjectBuffer | 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 | Detaches the controller from the specified ITextView. | |
DisconnectSubjectBuffer | 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. |
Top
Examples
For an example of this interface, see Walkthrough: Displaying QuickInfo Tooltips.