IFocusableIntellisensePresenter Interface

Definition

Defines a focusable presenter of IntelliSense information.

public interface class IFocusableIntellisensePresenter : Microsoft::VisualStudio::Language::Intellisense::ICustomIntellisensePresenter
public interface class IFocusableIntellisensePresenter : Microsoft::VisualStudio::Language::Intellisense::ICustomIntellisensePresenter
__interface IFocusableIntellisensePresenter : Microsoft::VisualStudio::Language::Intellisense::ICustomIntellisensePresenter
public interface IFocusableIntellisensePresenter : Microsoft.VisualStudio.Language.Intellisense.ICustomIntellisensePresenter
type IFocusableIntellisensePresenter = interface
    interface ICustomIntellisensePresenter
    interface IIntellisensePresenter
Public Interface IFocusableIntellisensePresenter
Implements ICustomIntellisensePresenter
Implements

Properties

Session

Gets the session that this presenter is rendering.

(Inherited from IIntellisensePresenter)

Methods

Focus()

Sets focus within the presentation that this presenter is rendering.

Render()

Renders the IntelliSense session.

(Inherited from ICustomIntellisensePresenter)

Applies to