TextProviderWrapperGetVisibleRanges - метод
Retrieves an array of disjoint text ranges from a text container where each text range begins with the first partially visible line through to the end of the last partially visible line.
Пространство имён: Tessa.UI.Automation.HelpersСборка: Tessa.UI (в Tessa.UI.dll) Версия: 4.0.4
public ITextRangeProvider[] GetVisibleRanges()
Public Function GetVisibleRanges As ITextRangeProvider()
public:
virtual array<ITextRangeProvider^>^ GetVisibleRanges() sealed
abstract GetVisibleRanges : unit -> ITextRangeProvider[]
override GetVisibleRanges : unit -> ITextRangeProvider[]
ITextRangeProviderThe collection of visible text ranges within the container or an empty array. A null reference (
in Visual Basic) is never returned.
ITextProviderGetVisibleRanges