Język

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 zwraca null wartość , jeśli FixedPage nie można dodać ani usunąć elementów podrzędnych powiązanych z danymi.

W przypadku nieprzywiązanych danych użycie Children umożliwia aplikacji ręczne Add lub Remove podrzędne elementy.

Dotyczy