AttachedPropertyBrowsableForChildrenAttribute.IncludeDescendants 属性

定义

获取或设置一个值,该值声明是否使用深度模式来检测应用此.NET Framework特性的附加属性上的父元素。

public:
 property bool IncludeDescendants { bool get(); void set(bool value); };
public bool IncludeDescendants { get; set; }
member this.IncludeDescendants : bool with get, set
Public Property IncludeDescendants As Boolean

属性值

如果对于拥有附加属性的父元素的逻辑树中的所有子元素来说,附加属性都可浏览,则为 true。 如果仅对于拥有附加属性的父元素的直接子元素来说,附加属性才是可浏览的,则为 false。 默认值为 false

注解

由 WPF 定义的大多数应用 AttachedPropertyBrowsableForChildrenAttribute 附加属性都这样做,默认值 IncludeDescendantsfalse

XAML 文本用法

此类型的成员通常不在 XAML 中使用。

适用于