Condividi tramite


UIElementWeakCollection.Append(UIElement) Metodo

Definizione

Aggiunge un nuovo elemento alla raccolta.

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)

Parametri

value
UIElement

Elemento da aggiungere.

Implementazioni

Si applica a