UIElementWeakCollection.ReplaceAll(UIElement[]) 方法

定义

首先清除集合,然后将提供的数组作为新项插入。

public:
 virtual void ReplaceAll(Platform::Array <UIElement ^> ^ items) = IVector<UIElement ^>::ReplaceAll;
void ReplaceAll(winrt::array_view <UIElement const&> const& items);
public void ReplaceAll(UIElement[] items);
function replaceAll(items)
Public Sub ReplaceAll (items As UIElement())

参数

items
UIElement[]

新的集合项。

实现

适用于