RanorexRanorex Documentation
As<(Of <(T>)>) Method
NamespacesRanorex.CoreElementAs<(Of <(T>)>)()()()
Returns an adapter of the specified type for the element.
Declaration Syntax
C#Visual BasicVisual C++
public T As<T>()
where T : Adapter
Public Function As(Of T As Adapter) As T
public:
generic<typename T>
where T : Adapter
T As()
Generic Template Parameters
T
The adapter type. The supplied type must inherit from Adapter, but most not be the Adapter type itself.
Return Value
The specified adapter for the element or null if the element does not provide the capabilites required for the adapter.

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