IEnumWindowFrames 接口
窗口的集合的枚举数 (打开文档窗口。 您可以获取接口的实例使用 GetDocumentWindowEnum 和 IVsUIShell 接口的 GetToolWindowEnum 方法。
命名空间: Microsoft.VisualStudio.Shell.Interop
程序集: Microsoft.VisualStudio.Shell.Interop(在 Microsoft.VisualStudio.Shell.Interop.dll 中)
语法
声明
<GuidAttribute("8C453B03-8907-435B-96D7-573C40948F5C")> _
<InterfaceTypeAttribute()> _
Public Interface IEnumWindowFrames
[GuidAttribute("8C453B03-8907-435B-96D7-573C40948F5C")]
[InterfaceTypeAttribute()]
public interface IEnumWindowFrames
IEnumWindowFrames 类型公开以下成员。
方法
名称 | 说明 | |
---|---|---|
Clone | 通过创建另一个实例克隆此 IEnumWindowFrames 接口。 | |
Next | 检索窗架接口 (IVsWindowFrame) 下的组。 | |
Reset | 返回枚举数到其原始状态。 | |
Skip | 在窗架接口指定数目的跳过。 |
页首