IVsEnumIndependentViews Interface
Enumerates a collection of independent views.
Namespace: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
Syntax
'Declaration
<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
The IVsEnumIndependentViews type exposes the following members.
Methods
Name | Description | |
---|---|---|
GetCount | Returns the total count of independent views in the enumeration sequence. | |
Next | Retrieves independent views from the enumeration sequence. | |
Reset | Resets the enumeration sequence to the beginning. |
Top