UIElementWeakCollection.Append(UIElement) Method

Definition

Adds a new item to the 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)

Parameters

value
UIElement

The item to add.

Implements

Applies to