Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Enumerates a collection of text spans.
Namespace:  Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
Syntax
'Declaration
<GuidAttribute("0F343A75-968B-439E-81D6-0D066E53D28D")> _
<InterfaceTypeAttribute()> _
Public Interface IVsEnumTextSpans
[GuidAttribute("0F343A75-968B-439E-81D6-0D066E53D28D")]
[InterfaceTypeAttribute()]
public interface IVsEnumTextSpans
[GuidAttribute(L"0F343A75-968B-439E-81D6-0D066E53D28D")]
[InterfaceTypeAttribute()]
public interface class IVsEnumTextSpans
[<GuidAttribute("0F343A75-968B-439E-81D6-0D066E53D28D")>]
[<InterfaceTypeAttribute()>]
type IVsEnumTextSpans =  interface end
public interface IVsEnumTextSpans
The IVsEnumTextSpans type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| .gif) | GetCount | Returns the total count of text spans in the enumeration sequence. | 
| .gif) | Next | Retrieves text spans from the enumeration sequence. | 
| .gif) | Reset | Resets the enumeration sequence to the beginning. | 
Top