PropertySpecificationDescriptorShouldSerializeValue Method |
When overridden in a derived class, determines a value indicating whether the value of this property needs to be persisted.
Namespace:
SD.Tools.Algorithmia.GeneralDataStructures.PropertyEditing
Assembly:
SD.Tools.Algorithmia (in SD.Tools.Algorithmia.dll) Version: 1.2.0.0 (1.2.16.0406)
Syntax public override bool ShouldSerializeValue(
Object component
)
Public Overrides Function ShouldSerializeValue (
component As Object
) As Boolean
Parameters
- component
- Type: SystemObject
The component with the property to be examined for persistence.
Return Value
Type:
Boolean
true if the property should be persisted; otherwise, false.
See Also