MarkupProperty.IsContent 属性

定义

当在派生类中重写时,可确定此 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

当 为 trueIsContentPropertyDescriptorDependencyProperty 都是 null

在确定字典 MarkupProperty 是否表示直接内容时,将包含字典。

适用于