RanorexRanorex Documentation
FindDescendants<(Of <(T>)>) Method
NamespacesRanorexAdapterFindDescendants<(Of <(T>)>)()()()
Finds all descendants of the given capability adapter type.
Declaration Syntax
C#Visual BasicVisual C++
public IList<T> FindDescendants<T>()
where T : Adapter
Public Function FindDescendants(Of T As Adapter) As IList(Of T)
public:
generic<typename T>
where T : Adapter
IList<T>^ FindDescendants()
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: 3.2.3.16825 (3.2.3.16825)