TextRanges
(EnvDTE.TextRanges)
Inherits:
Interfaces:
IEnumerable
Derived Types:
0
Assembly:
envdte.dll
Contains a TextRange object for each of the tagged subexpressions from a search pattern. TextRanges is also used to find where a box selection intersects each line of text.
VB.NET
C#
|
C#
public interface TextRanges : System.Collections.IEnumerable
{
}
Articles