IVsEnumTextSpans Interface

 

Enumerates a collection of text spans.

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

[GuidAttribute("0F343A75-968B-439E-81D6-0D066E53D28D")]
[InterfaceTypeAttribute(1)]
public interface IVsEnumTextSpans

NameDescription
System_CAPS_pubmethodGetCount(UInt32)

Returns the total count of text spans in the enumeration sequence.

System_CAPS_pubmethodNext(UInt32, TextSpan[], UInt32)

Retrieves text spans from the enumeration sequence.

System_CAPS_pubmethodReset()

Resets the enumeration sequence to the beginning.

Return to top
Show: