Layout.Remove(IView) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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.