ModelingWindowPane 类
为两个工具窗口提供选择服务并选择事件通知和文档视图。
此 API 不兼容 CLS。
继承层次结构
System.Object
Microsoft.VisualStudio.Shell.WindowPane
Microsoft.VisualStudio.Modeling.Shell.ModelingWindowPane
Microsoft.VisualStudio.Modeling.Shell.ModelingDocView
Microsoft.VisualStudio.Modeling.Shell.ToolWindow
命名空间: Microsoft.VisualStudio.Modeling.Shell
程序集: Microsoft.VisualStudio.Modeling.Sdk.Shell.11.0(在 Microsoft.VisualStudio.Modeling.Sdk.Shell.11.0.dll 中)
语法
声明
<CLSCompliantAttribute(False)> _
Public MustInherit Class ModelingWindowPane _
Inherits WindowPane _
Implements IObjectWithSite, ISelectionContainer, ISelectionService
[CLSCompliantAttribute(false)]
public abstract class ModelingWindowPane : WindowPane,
IObjectWithSite, ISelectionContainer, ISelectionService
ModelingWindowPane 类型公开以下成员。
构造函数
名称 | 说明 | |
---|---|---|
ModelingWindowPane | 用指定的 IServiceProvider 初始化 ModelingWindowPane 类的新实例。 |
页首
属性
名称 | 说明 | |
---|---|---|
ActiveInPlaceEditWindow | 获取和设置就地编辑操作窗口。 | |
Content | (继承自 WindowPane。) | |
Frame | 获取分别对应于此窗口中的 IVsWindowFrame 。 | |
HasSelectableObjects | 返回此窗口窗格是否具有可以选择的对象。 | |
HelpService | 获取帮助服务。 | |
InitializationMode | (继承自 WindowPane。) | |
MenuService | 获取菜单命令服务。 | |
PrimarySelection | 获取在窗格的主要所选元素。 | |
SelectedElements | 获取在窗格中选择的元素。 | |
SelectionCount | 获取在窗格中选择元素的数目。 | |
SelectionHelpService | 获取选择帮助服务。 | |
ServiceProvider | 获取在本地。此窗格的服务提供程序。 | |
Window | (继承自 WindowPane。) |
页首
方法
页首
事件
名称 | 说明 | |
---|---|---|
SelectionChanged | 激发在窗格的选择之后发生更改。 | |
SelectionChanging | 激发在窗格的选择之前更改。 |
页首
显式接口实现
名称 | 说明 | |
---|---|---|
IVsWindowPane.ClosePane | 已过时。 (继承自 WindowPane。) | |
IVsUIElementPane.CloseUIElementPane | (继承自 WindowPane。) | |
IVsWindowPane.CreatePaneWindow | 已过时。 (继承自 WindowPane。) | |
IVsUIElementPane.CreateUIElementPane | (继承自 WindowPane。) | |
IOleCommandTarget.Exec | (继承自 WindowPane。) | |
IVsWindowPane.GetDefaultSize | 已过时。 (继承自 WindowPane。) | |
IVsUIElementPane.GetDefaultUIElementSize | (继承自 WindowPane。) | |
IServiceProvider.GetService | (继承自 WindowPane。) | |
IVsUIElementPane.LoadUIElementState | (继承自 WindowPane。) | |
IVsWindowPane.LoadViewState | 已过时。 (继承自 WindowPane。) | |
IOleCommandTarget.QueryStatus | (继承自 WindowPane。) | |
IVsUIElementPane.SaveUIElementState | (继承自 WindowPane。) | |
IVsWindowPane.SaveViewState | 已过时。 (继承自 WindowPane。) | |
IVsWindowPane.SetSite | 已过时。 (继承自 WindowPane。) | |
IVsUIElementPane.SetUIElementSite | (继承自 WindowPane。) | |
IVsWindowPane.TranslateAccelerator | 已过时。 (继承自 WindowPane。) | |
IVsUIElementPane.TranslateUIElementAccelerator | (继承自 WindowPane。) |
页首
线程安全
此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。但不保证所有实例成员都是线程安全的。