IVsEnumIndependentViews 接口

枚举独立视图的集合。

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

语法

声明
<GuidAttribute("B9040F95-DADB-443A-A3C3-1C442F1BDA72")> _
<InterfaceTypeAttribute()> _
Public Interface IVsEnumIndependentViews
[GuidAttribute("B9040F95-DADB-443A-A3C3-1C442F1BDA72")]
[InterfaceTypeAttribute()]
public interface IVsEnumIndependentViews
[GuidAttribute(L"B9040F95-DADB-443A-A3C3-1C442F1BDA72")]
[InterfaceTypeAttribute()]
public interface class IVsEnumIndependentViews
[<GuidAttribute("B9040F95-DADB-443A-A3C3-1C442F1BDA72")>]
[<InterfaceTypeAttribute()>]
type IVsEnumIndependentViews =  interface end
public interface IVsEnumIndependentViews

IVsEnumIndependentViews 类型公开以下成员。

方法

  名称 说明
公共方法 GetCount 返回独立视图总数在枚举序列的。
公共方法 Next 枚举顺序检索各个视图。
公共方法 Reset 将枚举序列重置到开始处。

页首

请参阅

参考

Microsoft.VisualStudio.TextManager.Interop 命名空间