RanorexNetRanorex Documentation
FindChildren<(Of <(T>)>) Method
NamespacesRanorexAdapterFindChildren<(Of <(T>)>)()()()
Finds immediate child elements of the given capability adapter type.
Declaration Syntax
C#Visual BasicVisual C++
public IList<T> FindChildren<T>()
where T : Adapter
Public Function FindChildren(Of T As Adapter) As IList(Of T)
public:
generic<typename T>
where T : Adapter
IList<T>^ FindChildren()
Generic Template Parameters
T
The adapter type to use. The supplied type must inherit from Adapter, but most not be the Adapter type itself.
Return Value
A list of matching element adapters.

Assembly: Ranorex.Core (Module: Ranorex.Core) Version: 2.3.2.8802 (2.3.2.8802)