UIElementCollection.Remove(UIElement) Méthode

Définition

Supprime l'élément spécifié d'un UIElementCollection.

public:
 virtual void Remove(System::Windows::UIElement ^ element);
public virtual void Remove (System.Windows.UIElement element);
abstract member Remove : System.Windows.UIElement -> unit
override this.Remove : System.Windows.UIElement -> unit
Public Overridable Sub Remove (element As UIElement)

Paramètres

element
UIElement

Élément à supprimer de la collection.

S’applique à