IIntellisensePresenter Interface
Defines a presenter of IntelliSense information.
Namespace: Microsoft.VisualStudio.Language.Intellisense
Assembly: Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)
Syntax
'Declaration
Public Interface IIntellisensePresenter
public interface IIntellisensePresenter
public interface class IIntellisensePresenter
type IIntellisensePresenter = interface end
public interface IIntellisensePresenter
The IIntellisensePresenter type exposes the following members.
Properties
Name | Description | |
---|---|---|
Session | Gets the session that this presenter is rendering. |
Top
Remarks
For more information about IntelliSense presenters, see Editor Extension Points.