IFocusableIntellisensePresenter 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 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) |