RanorexRanorex Documentation
FindChild<(Of <(T>)>) Method
NamespacesRanorexAdapterFindChild<(Of <(T>)>)()()()
Finds an immediate child element of the given capability adapter type.
Declaration Syntax
C#Visual BasicVisual C++
public T FindChild<T>()
where T : Adapter
Public Function FindChild(Of T As Adapter) As T
public:
generic<typename T>
where T : Adapter
T FindChild()
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: 4.0.3.22982 (4.0.3.22982)