RelativeSource.ShouldSerializeAncestorType 方法

定义

指示是否应使 AncestorType 属性持久化。

public:
 bool ShouldSerializeAncestorType();
public bool ShouldSerializeAncestorType ();
member this.ShouldSerializeAncestorType : unit -> bool
Public Function ShouldSerializeAncestorType () As Boolean

返回

Boolean

如果属性值已更改,不再是默认值,则为 true;否则为 false

注解

提供此方法 ShouldSerialize 是因为 AncestorType 该属性没有简单的默认值。 此方法指示属性是否已从其默认值更改。 如果要为 RelativeSource 合并 RelativeSource的控件开发设计器或开发自己的控件,则通常调用此方法。

有关详细信息,请参阅 使用 ShouldSerialize 和 Reset 方法定义默认值

适用于