IPopupIntellisensePresenter 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 an IntelliSense presenter that is rendered as a popup within an ITextView.
public interface class IPopupIntellisensePresenter : Microsoft::VisualStudio::Language::Intellisense::IIntellisensePresenter
public interface class IPopupIntellisensePresenter : Microsoft::VisualStudio::Language::Intellisense::IIntellisensePresenter
__interface IPopupIntellisensePresenter : Microsoft::VisualStudio::Language::Intellisense::IIntellisensePresenter
public interface IPopupIntellisensePresenter : Microsoft.VisualStudio.Language.Intellisense.IIntellisensePresenter
type IPopupIntellisensePresenter = interface
interface IIntellisensePresenter
Public Interface IPopupIntellisensePresenter
Implements IIntellisensePresenter
- Implements
Properties
Opacity |
Gets or sets the opacity of this popup presenter. |
PopupStyles |
Gets a set of flags that determine the popup style. |
PresentationSpan |
Gets the ITrackingSpan to which this presenter is related. |
Session |
Gets the session that this presenter is rendering. (Inherited from IIntellisensePresenter) |
SpaceReservationManagerName |
Gets the name of the space reservation manager that should be used to create popups for this presenter. |
SurfaceElement |
Gets the WPF UIElement that the presenter wants to be displayed inside a ITextView popup. |
Events
PopupStylesChanged |
Occurs when the PopupStyles property changes. |
PresentationSpanChanged |
Occurs when the PresentationSpan property changes. |
SurfaceElementChanged |
Occurs when the WPF SurfaceElement is changed. |