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.4+115fce864fec7bf37ea70396e6660596be991d3b
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