TextRangeProviderWrapperGetChildren - метод

Retrieves a collection of all embedded objects that fall within the text range.

Definition

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

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

IRawElementProviderSimple
A collection of child objects that fall within the range. Children that overlap with the text range but are not entirely enclosed by it will also be included in the collection. Returns an empty collection if there are no child objects.

Реализации

ITextRangeProviderGetChildren

См. также