RanorexRanorex Documentation
TryFindSingle Method (path, foundElement)
NamespacesRanorexAdapterTryFindSingle(RxPath, Element%)
Tries to apply a Ranorex Path to the adapter, returning an Element.
Declaration Syntax
C#Visual BasicVisual C++
public bool TryFindSingle(
	RxPath path,
	out Element foundElement
)
Public Function TryFindSingle ( _
	path As RxPath, _
	<OutAttribute> ByRef foundElement As Element _
) As Boolean
public:
bool TryFindSingle(
	RxPath^ path, 
	[OutAttribute] Element^% foundElement
)
Parameters
path (RxPath)
The RxPath to apply.
foundElement ( Element %)
The first element found or null if no element is found.
Return Value
True if an element is found for the specified path, otherwise false.

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