RanorexRanorex Documentation
GetAttributeValue Method (element, name)
NamespacesRanorex.CoreFlavorElementGetAttributeValue(Element, String)
Needs to be implemented for attribute value read access.
Declaration Syntax
C#Visual BasicVisual C++
public abstract Object GetAttributeValue(
	Element element,
	string name
)
Public MustOverride Function GetAttributeValue ( _
	element As Element, _
	name As String _
) As Object
public:
virtual Object^ GetAttributeValue(
	Element^ element, 
	String^ name
) abstract
Parameters
element (Element)
The element instance used.
name (String)
The name of the attribute (lowercased).
Return Value
The attribute value.

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