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
元件,具有要檢查保存性 (Persistence) 的屬性。
傳回
如果屬性應該要保存,則為 true
,否則為 false
。