IPopupIntellisensePresenter Interface
Visual Studio 2015
Defines an IntelliSense presenter that is rendered as a popup within an ITextView.
Assembly: Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)
| Name | Description | |
|---|---|---|
![]() | 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 |
| Name | Description | |
|---|---|---|
![]() | PopupStylesChanged | Occurs when the PopupStyles property changes. |
![]() | PresentationSpanChanged | Occurs when the PresentationSpan property changes. |
![]() | SurfaceElementChanged | Occurs when the WPF surface element is changed. |
Show:

