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

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