TextProviderWrapper.GetVisibleRanges - метод
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) Версия: 3.6.0.23
public ITextRangeProvider[] GetVisibleRanges()
Public Function GetVisibleRanges As ITextRangeProvider()
public:
virtual array<ITextRangeProvider^>^ GetVisibleRanges() sealed
abstract GetVisibleRanges : unit -> ITextRangeProvider[]
override GetVisibleRanges : unit -> ITextRangeProvider[]
ITextRangeProvider[]The collection of visible text ranges within the container or an empty array. A null reference (
null in Visual Basic) is never returned.
ITextProvider.GetVisibleRanges()