GeometryCollection.ReplaceAll(Geometry[]) 方法

定义

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

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

参数

items
Geometry[]

新的集合项。

实现

注解

如果成功,调用此方法会将集合大小减少 1。

适用于