ControlBuilder.FChildrenAsProperties 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取确定控件是否有设置到 true
的 ParseChildrenAttribute 的 ChildrenAsProperties 的值。
protected:
property bool FChildrenAsProperties { bool get(); };
protected bool FChildrenAsProperties { get; }
member this.FChildrenAsProperties : bool
Protected ReadOnly Property FChildrenAsProperties As Boolean
属性值
如果控件有 ParseChildrenAttribute 设置为 true
的 ChildrenAsProperties,则为 true
;否则为 false
。