Share via


DependencyPropertyDescriptor.ShouldSerializeValue(Object) 方法

定義

指出這個屬性值是否需要由序列化處理序保存。

public:
 override bool ShouldSerializeValue(System::Object ^ component);
public override bool ShouldSerializeValue (object component);
override this.ShouldSerializeValue : obj -> bool
Public Overrides Function ShouldSerializeValue (component As Object) As Boolean

參數

component
Object

元件,具有要檢查保存性 (Persistence) 的屬性。

傳回

如果屬性應該要保存,則為 true,否則為 false

適用於