Freigeben über


ColorKeyFrameCollection.ReplaceAll(ColorKeyFrame[]) 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 <ColorKeyFrame ^> ^ items) = IVector<ColorKeyFrame ^>::ReplaceAll;
void ReplaceAll(winrt::array_view <ColorKeyFrame const&> const& items);
public void ReplaceAll(ColorKeyFrame[] items);
function replaceAll(items)
Public Sub ReplaceAll (items As ColorKeyFrame())

Parameter

items
ColorKeyFrame[]

Die neuen Sammlungselemente.

Implementiert

Gilt für: