Partager via


Layout.ShouldInvalidateOnChildRemoved(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() supprimé et doit retourner false s’il ne doit pas appeler InvalidateMeasure(). La valeur par défaut est true.

protected:
 virtual bool ShouldInvalidateOnChildRemoved(Microsoft::Maui::Controls::View ^ child);
protected virtual bool ShouldInvalidateOnChildRemoved (Microsoft.Maui.Controls.View child);
[System.Obsolete("If you want to influence invalidation override InvalidateMeasureOverride")]
protected virtual bool ShouldInvalidateOnChildRemoved (Microsoft.Maui.Controls.View child);
abstract member ShouldInvalidateOnChildRemoved : Microsoft.Maui.Controls.View -> bool
override this.ShouldInvalidateOnChildRemoved : Microsoft.Maui.Controls.View -> bool
[<System.Obsolete("If you want to influence invalidation override InvalidateMeasureOverride")>]
abstract member ShouldInvalidateOnChildRemoved : Microsoft.Maui.Controls.View -> bool
override this.ShouldInvalidateOnChildRemoved : Microsoft.Maui.Controls.View -> bool
Protected Overridable Function ShouldInvalidateOnChildRemoved (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 à