CompositionShapeCollection.ReplaceAll(CompositionShape[]) Method

Definition

Initially clears the collection, then inserts the provided array as new items.

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

Parameters

items
CompositionShape[]

The new collection items.

Implements

Applies to