FixedPage.Children Proprietà

Definizione

Ottiene una raccolta di FixedPage elementi figlio.

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

Valore della proprietà

Oggetto UIElementCollection degli elementi figlio.

Commenti

Children restituisce null se è FixedPage associato a dati e gli elementi figlio non possono essere aggiunti o rimossi manualmente.

In usi non associati a dati, Children consente all'applicazione di eseguire manualmente Add o Remove elementi figlio.

Si applica a