RanorexRanorex Documentation
As<(Of <(T>)>) Method
NamespacesRanorexAdapterAs<(Of <(T>)>)()()()
Returns an adapter of the specified type for the underlying element of the current adapter.
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 or null if the underlying element does not provide the capabilites required for the adapter.

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