IIntellisenseControllerProvider Interface

Creates IntelliSense controllers for a specific ITextView object.

Namespace:  Microsoft.VisualStudio.Language.Intellisense
Assembly:  Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)

Syntax

'Déclaration
Public Interface IIntellisenseControllerProvider
public interface IIntellisenseControllerProvider
public interface class IIntellisenseControllerProvider
type IIntellisenseControllerProvider =  interface end
public interface IIntellisenseControllerProvider

The IIntellisenseControllerProvider type exposes the following members.

Methods

  Name Description
Public method TryCreateIntellisenseController Attempts to create an IntelliSense controller for a specific text view.

Top

Examples

For an example of this interface, see Walkthrough: Displaying QuickInfo Tooltips.

See Also

Reference

Microsoft.VisualStudio.Language.Intellisense Namespace