Layout.ShouldInvalidateOnChildRemoved(View) メソッド

定義

注意事項

If you want to influence invalidation override InvalidateMeasureOverride

実装されている場合は、childが削除されたときにInvalidateMeasure()を呼び出す必要がある場合はtrueを返し、InvalidateMeasure()を呼び出さない場合はfalseを返す必要があります。 既定値は 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

パラメーター

child
View

無効化を追跡するかどうかを指定する対象となる子。

戻り値

truechildInvalidateMeasure()を呼び出す必要がある場合は、それ以外の場合はfalse

属性

適用対象