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

追加する項目。

実装

適用対象