IIntellisensePresenterProvider Interface

Definition

Creates IntelliSense presenters over a given IntelliSense session.

public interface class IIntellisensePresenterProvider
public interface class IIntellisensePresenterProvider
__interface IIntellisensePresenterProvider
public interface IIntellisensePresenterProvider
type IIntellisensePresenterProvider = interface
Public Interface IIntellisensePresenterProvider

Remarks

This is a MEF component part, and should be exported with the following attribute: [Export(typeof(IIntellisensePresenterProvider))] Component exporters must add the Order attribute to define the order of the presenter in the presenter chain.

Methods

TryCreateIntellisensePresenter(IIntellisenseSession)

Attempts to create an IntelliSense presenter for a given IntelliSense session.

Applies to