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.

Definition

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

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

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()

См. также