FixedPage.Children Propriedade

Definição

Obtém uma coleção dos FixedPage elementos filhos.

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

Valor de Propriedade

Os UIElementCollection elementos infantis.

Observações

Children retorna null se o FixedPage estiver ligado a dados e os elementos filhos não puderem ser adicionados ou removidos manualmente.

Em usos não ligados a dados, Children permite à aplicação elementos manualmente Add ou Remove filhos.

Aplica-se a