GeometryCollection.ReplaceAll(Geometry[]) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
一開始會清除集合,然後將提供的數位插入為新專案。
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[]
新的集合專案。
實作
備註
如果成功,呼叫這個方法會將集合大小減少一。