IVsEnumTextSpans Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enumerates a collection of text spans.
public interface class IVsEnumTextSpans
public interface class IVsEnumTextSpans
__interface IVsEnumTextSpans
[System.Runtime.InteropServices.Guid("0F343A75-968B-439E-81D6-0D066E53D28D")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsEnumTextSpans
[System.Runtime.InteropServices.Guid("0F343A75-968B-439E-81D6-0D066E53D28D")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsEnumTextSpans
[<System.Runtime.InteropServices.Guid("0F343A75-968B-439E-81D6-0D066E53D28D")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsEnumTextSpans = interface
[<System.Runtime.InteropServices.Guid("0F343A75-968B-439E-81D6-0D066E53D28D")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsEnumTextSpans = interface
Public Interface IVsEnumTextSpans
- Attributes
Methods
GetCount(UInt32) |
Returns the total count of text spans in the enumeration sequence. |
Next(UInt32, TextSpan[], UInt32) |
Retrieves text spans from the enumeration sequence. |
Reset() |
Resets the enumeration sequence to the beginning. |