PropertySpecificationDescriptorGetValue Method |
When overridden in a derived class, gets the current value of the property on a component.
Namespace:
SD.Tools.Algorithmia.GeneralDataStructures.PropertyEditing
Assembly:
SD.Tools.Algorithmia (in SD.Tools.Algorithmia.dll) Version: 1.2.0.0 (1.2.16.0406)
Syntax public override Object GetValue(
Object component
)
Public Overrides Function GetValue (
component As Object
) As Object
Parameters
- component
- Type: SystemObject
The component with the property for which to retrieve the value.
Return Value
Type:
Object
The value of a property for a given component.
See Also