RanorexRanorex Documentation
Find<(Of <(T>)>) Method (path)
NamespacesRanorexAdapterFind<(Of <(T>)>)(RxPath)
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
)
where T : Adapter
Public Function Find(Of T As Adapter) ( _
	path As RxPath _
) As IList(Of T)
public:
generic<typename T>
where T : Adapter
IList<T>^ Find(
	RxPath^ path
)
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.
Return Value
The result list of the path.

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