共用方式為


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[]

新的集合專案。

實作

備註

如果成功,呼叫這個方法會將集合大小減少一。

適用於