UIElementCollection.Append(UIElement) 方法

定义

将新项添加到集合。

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)

参数

value
UIElement

要添加的新项。

实现

注解

Append 将项添加到集合的末尾。 如果要将项插入集合的开头或中间,请使用 InsertAt

如果使用 C# 或 Microsoft Visual Basic 进行编程,请参阅 添加

适用于

另请参阅