RanorexRanorex Documentation
GetAttributeValue<(Of <(T>)>) Method (name)
NamespacesRanorexAdapterGetAttributeValue<(Of <(T>)>)(String)
Gets an attribute value, requesting a specific type.
Declaration Syntax
C#Visual BasicVisual C++
protected T GetAttributeValue<T>(
	string name
)
Protected Function GetAttributeValue(Of T) ( _
	name As String _
) As T
protected:
generic<typename T>
T GetAttributeValue(
	String^ name
)
Generic Template Parameters
T
The type of the attribute.
Parameters
name (String)
The name of the attribute.
Return Value
The attribute value of the specified type or the default type value if the attribute was not available.

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