DependencyPropertyDescriptor.ShouldSerializeValue(Object) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
指示是否需要通过序列化过程永久保存该属性的值。
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
具有要检查其持久性的属性的组件。
返回
如果属性应该被永久保存,则为 true
;否则为 false
。