表示拆分窗格。
命名空间: Microsoft.VisualStudio.TextManager.Interop
程序集: Microsoft.VisualStudio.TextManager.Interop(在 Microsoft.VisualStudio.TextManager.Interop.dll 中)
语法
声明
<GuidAttribute("66280096-A495-48E9-8AF4-E758FDE1FCDC")> _
<InterfaceTypeAttribute()> _
Public Interface IVsSplitter _
Inherits IVsSplitPane
[GuidAttribute("66280096-A495-48E9-8AF4-E758FDE1FCDC")]
[InterfaceTypeAttribute()]
public interface IVsSplitter : IVsSplitPane
[GuidAttribute(L"66280096-A495-48E9-8AF4-E758FDE1FCDC")]
[InterfaceTypeAttribute()]
public interface class IVsSplitter : IVsSplitPane
[<GuidAttribute("66280096-A495-48E9-8AF4-E758FDE1FCDC")>]
[<InterfaceTypeAttribute()>]
type IVsSplitter =
interface
interface IVsSplitPane
end
public interface IVsSplitter extends IVsSplitPane
IVsSplitter 类型公开以下成员。
方法
名称 | 说明 | |
---|---|---|
![]() |
ClosePane | 关闭此窗格。 |
![]() |
DetachPane | 分离从其父拆分此窗格,,无需关闭。 |
![]() |
GetPane | 返回指示的窗格。 |
![]() |
GetPaneFlags | 返回窗格标志。 |
![]() |
GetParentSplitter | 获取父拆分器。 |
![]() |
GetParentWindow | 获取父窗口此窗格。 |
![]() |
GetPosition | 获取拆分器的位置相对于其父级。 |
![]() |
GetSizeExtents | 返回最小值和最大值此窗格 (E_NOTIMPL 允许;0 和全屏是默认值)。 |
![]() |
HandleMessage | 处理面向鼠标的消息。 |
![]() |
IsPanePrimary | 确定窗格是否是主窗格中。 |
![]() |
NotifyPane | 通知拆分调整。 |
![]() |
NotifySplitter | 调用由子窗格时,会得到焦点、关闭,或者其他操作。 |
![]() |
SetFocus | 设置此窗格中焦点 |
![]() |
SetParentSplitter | 设置或获取此窗格的父拆分器。 |
![]() |
SetPosition | 将位置相对于父窗口。 |
![]() |
SplitPane | 拆分此拆分指示的窗格。 |
页首