IIntellisensePresenterProvider 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 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. |