ControlBuilder.FChildrenAsProperties 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得值,判斷控制項是否有 ParseChildrenAttribute 設為 true
的 ChildrenAsProperties。
protected:
property bool FChildrenAsProperties { bool get(); };
protected bool FChildrenAsProperties { get; }
member this.FChildrenAsProperties : bool
Protected ReadOnly Property FChildrenAsProperties As Boolean
屬性值
如果控制項的 ParseChildrenAttribute 的 ChildrenAsProperties 設定為 true
,則為 true
,否則為 false
。