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)

public interface IIntellisenseControllerProvider

NameDescription
System_CAPS_pubmethodTryCreateIntellisenseController(ITextView, IList<ITextBuffer>)

Attempts to create an IntelliSense controller for a specific text view.

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

Return to top
Show: