RanorexNetRanorex Documentation
Find<(Of <(T>)>) Method (path, timeout)
NamespacesRanorexAdapterFind<(Of <(T>)>)(RxPath, Duration)
Applies a Ranorex Path to the adapter, returning instances of a specific adapter type (e.g. Role or Capability).
Declaration Syntax
C#Visual BasicVisual C++
public IList<T> Find<T>(
	RxPath path,
	Duration timeout
)
where T : Adapter
Public Function Find(Of T As Adapter) ( _
	path As RxPath, _
	timeout As Duration _
) As IList(Of T)
public:
generic<typename T>
where T : Adapter
IList<T>^ Find(
	RxPath^ path, 
	Duration^ timeout
)
Generic Template Parameters
T
The expected adapter type. The supplied type must inherit from Adapter, but most not be the Adapter type itself.
Parameters
path (RxPath)
The RxPath to apply.
timeout (Duration)
The time to keep looking for at least one element matching the path.
Return Value
The result list of the path.

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