Click or drag to resize

BcfCodedPropertyDescriptorGetValue Method

[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: 4.0.0-beta6
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.
Version Information

Forms

Supported in: 4.0
See Also