Udostępnij za pośrednictwem


FixedPage.Children Właściwość

Definicja

Pobiera kolekcję elementów podrzędnych 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

Wartość właściwości

Element UIElementCollection podrzędny.

Uwagi

Children Metoda zwraca null wartość , jeśli FixedPage element jest powiązany z danymi, a elementy podrzędne nie mogą być dodawane ani usuwane ręcznie.

W przypadku zastosowań Children niezwiązanych z danymi umożliwia aplikacji ręczne Add lub Remove podrzędne elementy.

Dotyczy