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.

Definition

Пространство имён: Tessa.UI.Automation.Helpers
Сборка: Tessa.UI (в Tessa.UI.dll) Версия: 4.0.4
C#
public ITextRangeProvider[] GetVisibleRanges()

Возвращаемое значение

ITextRangeProvider
The collection of visible text ranges within the container or an empty array. A null reference ( in Visual Basic) is never returned.

Реализации

ITextProviderGetVisibleRanges

См. также