IVsWindowPane 接口

提供基本的窗口窗格功能。

命名空间:  Microsoft.VisualStudio.Shell.Interop
程序集:  Microsoft.VisualStudio.Shell.Interop(在 Microsoft.VisualStudio.Shell.Interop.dll 中)

语法

声明
<GuidAttribute("B0834D0F-ACFF-4EA5-809B-97CBB5D3D26B")> _
<InterfaceTypeAttribute()> _
Public Interface IVsWindowPane
[GuidAttribute("B0834D0F-ACFF-4EA5-809B-97CBB5D3D26B")]
[InterfaceTypeAttribute()]
public interface IVsWindowPane

IVsWindowPane 类型公开以下成员。

方法

  名称 说明
公共方法 ClosePane 关闭窗口窗格。
公共方法 CreatePaneWindow 创建窗口窗格。
公共方法 GetDefaultSize 返回给定窗格的默认大小。
公共方法 LoadViewState 加载一个视图状态。
公共方法 SaveViewState 保存文档窗口的视图状态。
公共方法 SetSite 初始化一个新的窗口窗格。
公共方法 TranslateAccelerator 处理特殊的导航键的转换。

页首

请参见

参考

Microsoft.VisualStudio.Shell.Interop 命名空间