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 IIntellisenseControllerProviderpublic interface class IIntellisenseControllerProvider__interface IIntellisenseControllerProviderpublic interface IIntellisenseControllerProvidertype IIntellisenseControllerProvider = interfacePublic Interface IIntellisenseControllerProviderExamples
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. |