IPopupIntellisensePresenter 接口

定义

定义一个在中呈现为 popup 的 IntelliSense 呈现器 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
实现

属性

Opacity

获取或设置此 popup 呈现器的不透明度。

PopupStyles

获取确定 popup 样式的一组标志。

PresentationSpan

获取此表示器 ITrackingSpan 所关联的。

Session

获取此呈现器呈现的会话。

(继承自 IIntellisensePresenter)
SpaceReservationManagerName

获取应用于为此表示器创建弹出的空间保留管理器的名称。

SurfaceElement

获取表示器 UIElement 希望在弹出窗口中显示的 WPF ITextView

事件

PopupStylesChanged

当 PopupStyles 属性更改时发生。

PresentationSpanChanged

当 PresentationSpan 属性更改时发生。

SurfaceElementChanged

在 WPF SurfaceElement 更改时发生。

适用于