AvalonEdit
GetHighlightedSections Method (offset, length)
NamespacesICSharpCode.AvalonEdit.HighlightingRichTextGetHighlightedSections(Int32, Int32)
Retrieves the highlighted sections in the specified range. The highlighted sections will be sorted by offset, and there will not be any nested or overlapping sections.
Declaration Syntax
C#Visual BasicVisual C++
public IEnumerable<HighlightedSection> GetHighlightedSections(
	int offset,
	int length
)
Public Function GetHighlightedSections ( _
	offset As Integer, _
	length As Integer _
) As IEnumerable(Of HighlightedSection)
public:
IEnumerable<HighlightedSection^>^ GetHighlightedSections(
	int offset, 
	int length
)
Parameters
offset (Int32)
length (Int32)

Assembly: ICSharpCode.AvalonEdit (Module: ICSharpCode.AvalonEdit.dll) Version: 5.0.0.4238