Partager via


Layout.ShouldInvalidateOnChildAdded(View) Méthode

Définition

En cas d’implémentation, doit retourner true si child l’appel doit être InvalidateMeasure() ajouté et doit retourner false s’il ne doit pas appeler InvalidateMeasure(). La valeur par défaut est true.

protected:
 virtual bool ShouldInvalidateOnChildAdded(Microsoft::Maui::Controls::View ^ child);
protected virtual bool ShouldInvalidateOnChildAdded (Microsoft.Maui.Controls.View child);
abstract member ShouldInvalidateOnChildAdded : Microsoft.Maui.Controls.View -> bool
override this.ShouldInvalidateOnChildAdded : Microsoft.Maui.Controls.View -> bool
Protected Overridable Function ShouldInvalidateOnChildAdded (child As View) As Boolean

Paramètres

child
View

Enfant pour lequel spécifier s’il faut effectuer le suivi de l’invalidation.

Retours

true si elle child doit appeler InvalidateMeasure(), sinon false.

S’applique à