IVsSplitPane 接口

表示拆分窗格。

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

语法

声明
<GuidAttribute("721D4D8E-E987-4712-B878-88A0E7DBA117")> _
<InterfaceTypeAttribute()> _
Public Interface IVsSplitPane
[GuidAttribute("721D4D8E-E987-4712-B878-88A0E7DBA117")]
[InterfaceTypeAttribute()]
public interface IVsSplitPane
[GuidAttribute(L"721D4D8E-E987-4712-B878-88A0E7DBA117")]
[InterfaceTypeAttribute()]
public interface class IVsSplitPane
[<GuidAttribute("721D4D8E-E987-4712-B878-88A0E7DBA117")>]
[<InterfaceTypeAttribute()>]
type IVsSplitPane =  interface end
public interface IVsSplitPane

IVsSplitPane 类型公开以下成员。

方法

  名称 说明
公共方法 ClosePane 关闭窗格。
公共方法 DetachPane 分离从其父拆分窗格中,,无需关闭。
公共方法 GetPaneFlags 返回窗格标志。
公共方法 GetParentSplitter 获取父拆分器。
公共方法 GetParentWindow 返回窗格的父窗口。
公共方法 GetPosition 获取窗格的位置。
公共方法 GetSizeExtents 返回此窗格的最小和最大范围的值。
公共方法 NotifyPane 发送拆分调整的通知。
公共方法 SetFocus 设置此窗格中焦点。
公共方法 SetParentSplitter 将此窗格的父拆分器。
公共方法 SetPosition 将位置相对于父窗口。

页首

请参阅

参考

Microsoft.VisualStudio.TextManager.Interop 命名空间