RanorexRanorex Documentation
Implicit Operator
NamespacesRanorexAppletTagImplicit(Element)
Implicitly converts an Element to an instance of this class.
Declaration Syntax
C#Visual BasicVisual C++
public static implicit operator AppletTag (
	Element element
)
Public Shared Widening Operator CType ( _
	element As Element _
) As AppletTag
static implicit operator AppletTag^ (
	Element^ element
)
Parameters
element (Element)
The element to convert.
Return Value
The AppletTag.
Exceptions
ExceptionCondition
ArgumentNullExceptionIf element is null.
CapabilityNotSupportedExceptionIf the element does not support the capabilities required by this adapter.

Assembly: Ranorex.Plugin.Web (Module: Ranorex.Plugin.Web) Version: 3.2.3.16825 (3.2.3.16825)