FixedPage.Children 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得 FixedPage 子項目的集合。
public:
property System::Windows::Controls::UIElementCollection ^ Children { System::Windows::Controls::UIElementCollection ^ get(); };
public System.Windows.Controls.UIElementCollection Children { get; }
member this.Children : System.Windows.Controls.UIElementCollection
Public ReadOnly Property Children As UIElementCollection
屬性值
子項目 UIElementCollection。
備註
Children
null
如果 FixedPage 是資料系結,而且無法手動新增或移除子專案,則會傳回 。
在非資料系結使用中, Children 允許應用程式手動 Add 或 Remove 子項目。