Språk

FixedPage.Children Egenskap

Definition

Hämtar en samling underordnade FixedPage element.

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

Egenskapsvärde

De UIElementCollection underordnade elementens.

Kommentarer

Children returnerar null om FixedPage är databundna och underordnade element inte kan läggas till eller tas bort manuellt.

I icke-databundna användningsområden Children tillåter programmet att manuellt Add eller Remove underordnade element.

Gäller för