IVsEnumTextViews Interface

Enumerates a collection of text views.

Namespace:  Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)

Syntax

'Declaration
<InterfaceTypeAttribute()> _
<GuidAttribute("DB685578-E6D4-4D5E-B714-FA344A509ABF")> _
Public Interface IVsEnumTextViews
[InterfaceTypeAttribute()]
[GuidAttribute("DB685578-E6D4-4D5E-B714-FA344A509ABF")]
public interface IVsEnumTextViews
[InterfaceTypeAttribute()]
[GuidAttribute(L"DB685578-E6D4-4D5E-B714-FA344A509ABF")]
public interface class IVsEnumTextViews
[<InterfaceTypeAttribute()>]
[<GuidAttribute("DB685578-E6D4-4D5E-B714-FA344A509ABF")>]
type IVsEnumTextViews =  interface end
public interface IVsEnumTextViews

The IVsEnumTextViews type exposes the following members.

Methods

  Name Description
Public method GetCount Returns the total count of text views in the enumeration sequence.
Public method Next Retrieves text views from the enumeration sequence.
Public method Reset Resets the enumeration sequence to the beginning.

Top

See Also

Reference

Microsoft.VisualStudio.TextManager.Interop Namespace