| DynamicReadOnlyPropertyDescriptorShouldSerializeValue Method |
When overridden in a derived class, determines a value indicating whether the value of this property needs to be persisted.
Namespace: SandcastleBuilder.Utils.DesignAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax public override bool ShouldSerializeValue(
Object component
)
Public Overrides Function ShouldSerializeValue (
component As Object
) As Boolean
public:
virtual bool ShouldSerializeValue(
Object^ component
) override
abstract ShouldSerializeValue :
component : Object -> bool
override ShouldSerializeValue :
component : Object -> bool
Parameters
- component
- Type: SystemObject
The component with the property to be examined for persistence.
Return Value
Type:
Booleantrue if the property should be persisted; otherwise, false.
See Also