Share via


UIElementWeakCollection.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

要新增的項目。

實作

適用於