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
Public method GetCount Returns the total count of independent views in the enumeration sequence.
Public method Next Retrieves independent views from the enumeration sequence.
Public method Reset Resets the enumeration sequence to the beginning.

Top

See Also

Reference

Microsoft.VisualStudio.TextManager.Interop Namespace