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 Basic | Visual 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 )
Assembly: ICSharpCode.AvalonEdit (Module: ICSharpCode.AvalonEdit.dll) Version: 5.0.0.4238