RowDefinitionCollection.Remove(RowDefinition) 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 un RowDefinition d'un RowDefinitionCollection.
public:
virtual bool Remove(System::Windows::Controls::RowDefinition ^ value);
public bool Remove (System.Windows.Controls.RowDefinition value);
abstract member Remove : System.Windows.Controls.RowDefinition -> bool
override this.Remove : System.Windows.Controls.RowDefinition -> bool
Public Function Remove (value As RowDefinition) As Boolean
Paramètres
- value
- RowDefinition
RowDefinition à supprimer de la collection.
Retours
true
si le RowDefinition se trouve dans la collection et est supprimé ; sinon, false
.