Click or drag to resize
Sandcastle Help File BuilderDynamicReadOnlyPropertyDescriptorGetValue Method
When overridden in a derived class, gets the current value of the property on a component.

Namespace: SandcastleBuilder.Utils.Design
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.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