NotifyParentPropertyAttribute.NotifyParent 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置一个值,该值指示是否应该通知父属性有关属性值的更改。
public:
property bool NotifyParent { bool get(); };
public bool NotifyParent { get; }
member this.NotifyParent : bool
Public ReadOnly Property NotifyParent As Boolean
属性值
如果应该向父属性通知更改,则为 true
;否则为 false
。