Partager via


Layout.Remove(IView) Méthode

Définition

Supprime une vue enfant.

public:
 virtual bool Remove(Microsoft::Maui::IView ^ child);
public bool Remove (Microsoft.Maui.IView child);
abstract member Remove : Microsoft.Maui.IView -> bool
override this.Remove : Microsoft.Maui.IView -> bool
Public Function Remove (child As IView) As Boolean

Paramètres

child
IView

Affichage enfant à supprimer.

Retours

true si la vue a été supprimée correctement, sinon false.

Implémente

S’applique à