Finds all descendants of the given capability adapter type.

Declaration Syntax
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: 4.0.3.22982 (4.0.3.22982)