DesignPropertyDescriptor.ShouldSerializeValue(Object) Yöntem

Tanım

Özelliğin değerinin kalıcı olup olmayacağını belirler.

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

Parametreler

component
Object

Özelliğin sahibi olan bileşen.

Döndürülenler

Boolean

true özelliğin kalıcı olması gerekiyorsa, tersi durumda false .

Açıklamalar

Bu yöntem, temel yöntemi çağırır.

Şunlara uygulanır