Idioma

FixedPage.Children Propriedade

Definição

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

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 da propriedade

Os UIElementCollection elementos filho.

Comentários

Children retornará null se os FixedPage elementos filho e associados a dados não puderem ser adicionados ou removidos manualmente.

Em usos não associados a dados, Children permite que o aplicativo tenha elementos manuais Add ou Remove filho.

Aplica-se a