IPopupIntellisensePresenter 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
定义一个在中呈现为 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 |
事件
| PopupStylesChanged |
当 PopupStyles 属性更改时发生。 |
| PresentationSpanChanged |
当 PresentationSpan 属性更改时发生。 |
| SurfaceElementChanged |
在 WPF SurfaceElement 更改时发生。 |