RanorexRanorex Documentation
Implicit Operator
NamespacesRanorexAdapterImplicit(Adapter)
Converts the adapter to an Element by returning the underlying element.
Declaration Syntax
C#Visual BasicVisual C++
public static implicit operator Element (
	Adapter adapter
)
Public Shared Widening Operator CType ( _
	adapter As Adapter _
) As Element
static implicit operator Element^ (
	Adapter^ adapter
)
Parameters
adapter (Adapter)
The adapter to convert to an element.
Return Value
The element corresponding to the adapter.
Exceptions
ExceptionCondition
ArgumentNullExceptionIf adapter is null.

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