Partager via


Layout.ShouldInvalidateOnChildAdded(View) Méthode

Définition

Attention

If you want to influence invalidation override InvalidateMeasureOverride

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);
[System.Obsolete("If you want to influence invalidation override InvalidateMeasureOverride")]
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
[<System.Obsolete("If you want to influence invalidation override InvalidateMeasureOverride")>]
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.

Attributs

S’applique à