| DynamicReadOnlyPropertyDescriptorCanResetValue Method |
When overridden in a derived class, returns whether resetting an object changes its value.
Namespace: SandcastleBuilder.Utils.DesignAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax public override bool CanResetValue(
Object component
)
Public Overrides Function CanResetValue (
component As Object
) As Boolean
public:
virtual bool CanResetValue(
Object^ component
) override
abstract CanResetValue :
component : Object -> bool
override CanResetValue :
component : Object -> bool
Parameters
- component
- Type: SystemObject
The component to test for reset capability.
Return Value
Type:
Booleantrue if resetting the component changes its value; otherwise, false.
See Also