Click or drag to resize
Sandcastle Help File BuilderDynamicReadOnlyPropertyDescriptorSetValue Method
When overridden in a derived class, sets the value of the component to a different value.

Namespace: SandcastleBuilder.Utils.Design
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax
public override void SetValue(
	Object component,
	Object value
)

Parameters

component
Type: SystemObject
The component with the property value that is to be set.
value
Type: SystemObject
The new value.
See Also