Compartir a través de


Layout.ShouldInvalidateOnChildAdded(View) Método

Definición

Cuando se implementa, debe devolver true si child se debe llamar a InvalidateMeasure() cuando se agrega y debe devolver false si no debe llamar a InvalidateMeasure(). El valor predeterminado es 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

Parámetros

child
View

Elemento secundario para el que se va a especificar si hay que hacer un seguimiento de la invalidación o no.

Devoluciones

true si child debe llamar a InvalidateMeasure(), de lo contrario false, .

Se aplica a