TextRangeProviderWrapperGetChildren - метод
Retrieves a collection of all embedded objects that fall within the text range.
Пространство имён: Tessa.UI.Automation.HelpersСборка: Tessa.UI (в Tessa.UI.dll) Версия: 4.1.3+7e2b1422f9b8c7c41fbbc4b151a843bed05319ab
public IRawElementProviderSimple[] GetChildren()
Public Function GetChildren As IRawElementProviderSimple()
public:
virtual array<IRawElementProviderSimple^>^ GetChildren() sealed
abstract GetChildren : unit -> IRawElementProviderSimple[]
override GetChildren : unit -> IRawElementProviderSimple[]
IRawElementProviderSimpleA 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