Share via


UIElementWeakCollection.Append(UIElement) Método

Definición

Agrega un nuevo elemento a la colección.

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)

Parámetros

value
UIElement

Elemento que se va a agregar.

Implementaciones

Se aplica a