MarkupProperty.IsContent 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
当在派生类中重写时,可确定此 MarkupProperty 是否表示集合的直接内容。
public:
virtual property bool IsContent { bool get(); };
public virtual bool IsContent { get; }
member this.IsContent : bool
Public Overridable ReadOnly Property IsContent As Boolean
属性值
如果此属性表示直接内容,则为 true
;否则为 false
。
注解
默认行为是返回 false
。
当 为 true
时IsContent, PropertyDescriptor 和 DependencyProperty 都是 null
。
在确定字典 MarkupProperty 是否表示直接内容时,将包含字典。