IEnumHierarchies 接口

项目的枚举数在解决方案。 使用 IVsSolutionIVsSolution2 接口的 GetProjectEnum 方法,您可以获取接口的实例。

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

语法

声明
<InterfaceTypeAttribute()> _
<GuidAttribute("BEC77711-2DF9-44D7-B478-A453C2E8A134")> _
Public Interface IEnumHierarchies
[InterfaceTypeAttribute()]
[GuidAttribute("BEC77711-2DF9-44D7-B478-A453C2E8A134")]
public interface IEnumHierarchies

IEnumHierarchies 类型公开以下成员。

方法

  名称 说明
公共方法 Clone 通过创建另一个实例克隆此 IEnumHierarchies 接口。
公共方法 Next 检索层次结构接口 (IVsHierarchy) 下的组。
公共方法 Reset 返回枚举数到其原始状态。
公共方法 Skip 跳过层次结构接口指定数目的。

页首

请参见

参考

Microsoft.VisualStudio.Shell.Interop 命名空间