CalculationWorks Logo
BcfBindingSourcePropertyDescriptorGetValue Method CalculationWorks BCF Library 1.1 for .NET Framework 4.5

[This is preliminary documentation and is subject to change.]

When overridden in a derived class, gets the current value of the property on a component.

Namespace: CalculationWorks.ViewModel.Forms
Assembly: CalculationWorks.ViewModel.Forms (in CalculationWorks.ViewModel.Forms.dll) Version: 1.1.0.0
Syntax

public override Object GetValue(
	Object component
)

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

Reference