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

'Declaration
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
Public method 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.
Public method Detach Detaches the controller from the specified ITextView.
Public method 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.

See Also

Reference

Microsoft.VisualStudio.Language.Intellisense Namespace