IIntellisenseControllerProvider 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.
Creates IntelliSense controllers for individual ITextView instances.
public interface class IIntellisenseControllerProvider
public interface class IIntellisenseControllerProvider
__interface IIntellisenseControllerProvider
public interface IIntellisenseControllerProvider
type IIntellisenseControllerProvider = interface
Public Interface IIntellisenseControllerProvider
Examples
For an example of this interface, see Walkthrough: Displaying QuickInfo Tooltips.
Methods
TryCreateIntellisenseController(ITextView, IList<ITextBuffer>) |
Attempts to create an IntelliSense controller for a specific text view opened in a specific context. |