DesignPropertyDescriptor.ShouldSerializeValue(Object) Method

Definition

Delegates to base.

public:
 override bool ShouldSerializeValue(System::Object ^ component);
public:
 override bool ShouldSerializeValue(Platform::Object ^ component);
 override bool ShouldSerializeValue(winrt::Windows::Foundation::IInspectable const & component);
public override bool ShouldSerializeValue (object component);
override this.ShouldSerializeValue : obj -> bool
Public Overrides Function ShouldSerializeValue (component As Object) As Boolean

Parameters

component
Object

The component that owns the property.

Returns

true if the property should be persisted, otherwise false.

Remarks

This method calls the base method.

Applies to