ICustomIntellisensePresenter 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.
Defines a custom IntelliSense presenter.
public interface class ICustomIntellisensePresenter : Microsoft::VisualStudio::Language::Intellisense::IIntellisensePresenter
public interface class ICustomIntellisensePresenter : Microsoft::VisualStudio::Language::Intellisense::IIntellisensePresenter
__interface ICustomIntellisensePresenter : Microsoft::VisualStudio::Language::Intellisense::IIntellisensePresenter
public interface ICustomIntellisensePresenter : Microsoft.VisualStudio.Language.Intellisense.IIntellisensePresenter
type ICustomIntellisensePresenter = interface
interface IIntellisensePresenter
Public Interface ICustomIntellisensePresenter
Implements IIntellisensePresenter
- Derived
- Implements
Properties
Session |
Gets the session that this presenter is rendering. (Inherited from IIntellisensePresenter) |
Methods
Render() |
Renders the IntelliSense session. |