Partager via


UIElementWeakCollection.Append(UIElement) Méthode

Définition

Ajoute un nouvel élément à la collection.

public:
 virtual void Append(UIElement ^ value) = IVector<UIElement ^>::Append;
void Append(UIElement const& value);
public void Append(UIElement value);
function append(value)
Public Sub Append (value As UIElement)

Paramètres

value
UIElement

Élément à ajouter.

Implémente

S’applique à