Share via


PointKeyFrameCollection.ReplaceAll(PointKeyFrame[]) Method

Definition

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

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

Parameters

items
PointKeyFrame[]

The new collection items.

Implements

Applies to