 | HierarchicalAttributeTableGetValue Method |
Returns the attribute with the specified key. If the key is looked up and can't be found, the parents of this are
checked, in order.
If no attribute is found, an exception is thrown.
Namespace: Slash.Collections.AttributeTablesAssembly: Slash.Collections (in Slash.Collections.dll) Version: 1.0.6018.40177
Syntaxpublic Object GetValue(
Object key
)
Public Function GetValue (
key As Object
) As Object
public:
virtual Object^ GetValue(
Object^ key
) sealed
abstract GetValue :
key : Object -> Object
override GetValue :
key : Object -> Object
Parameters
- key
- Type: SystemObject
Attribute key.
Return Value
Type:
Object Value of attribute with the specified key.
Implements
IAttributeTableGetValue(Object)
Exceptions
See Also