TextRangeProviderWrapperGetChildren - метод
Retrieves a collection of all embedded objects that fall within the text range.
Пространство имён: Tessa.UI.Automation.HelpersСборка: Tessa.UI (в Tessa.UI.dll) Версия: 4.2.1+2efecbe35c10dec386bb05925f2876c4acbb708d
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