言語

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

注釈

Childrenは、nullがデータ バインドであり、子要素を手動で追加または削除できない場合にFixedPageを返します。

データ バインド以外の使用では、 Children により、アプリケーションは子要素を手動で Add または Remove できます。

適用対象