FixedPage.Children 屬性

定義

取得 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

備註

Childrennull如果 FixedPage 是資料系結,而且無法手動新增或移除子專案,則會傳回 。

在非資料系結使用中, Children 允許應用程式手動 AddRemove 子項目。

適用於