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 ずつ小さくなります。

適用対象