Freigeben über


ObjectKeyFrameCollection.ReplaceAll(ObjectKeyFrame[]) Methode

Definition

Löscht zunächst die Auflistung und fügt dann das bereitgestellte Array als neue Elemente ein.

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

Parameter

items
ObjectKeyFrame[]

Die neuen Sammlungselemente.

Implementiert

Gilt für: