IIntellisenseControllerProvider Interface

Definition

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.

Applies to