RanorexRanorex Documentation
FindDescendant<(Of <(T>)>) Method
NamespacesRanorexAdapterFindDescendant<(Of <(T>)>)()()()
Finds a descendant of the given capability adapter type.
Declaration Syntax
C#Visual BasicVisual C++
public T FindDescendant<T>()
where T : Adapter
Public Function FindDescendant(Of T As Adapter) As T
public:
generic<typename T>
where T : Adapter
T FindDescendant()
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
The matching element adapter.
Exceptions
ExceptionCondition
ElementNotFoundExceptionIf no element is found.

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