IVsEnumNavInfoNodes 接口

枚举 IVsNavInfo 接口表示的节点项目。

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

语法

声明
<InterfaceTypeAttribute()> _
<GuidAttribute("D2042A65-5E86-4CFA-AD68-F2D6886628D7")> _
Public Interface IVsEnumNavInfoNodes
[InterfaceTypeAttribute()]
[GuidAttribute("D2042A65-5E86-4CFA-AD68-F2D6886628D7")]
public interface IVsEnumNavInfoNodes

IVsEnumNavInfoNodes 类型公开以下成员。

方法

  名称 说明
公共方法 Clone 创建另一个枚举数,它包含与当前枚举数相同的枚举状态。
公共方法 Next 检索节点项目指定数目的枚举序列的。
公共方法 Reset 重置枚举序列与序列的开头。
公共方法 Skip 在节点项目指定数目的跳过枚举序列的。

页首

请参见

参考

Microsoft.VisualStudio.Shell.Interop 命名空间