Partage via


ObjectKeyFrameCollection.ReplaceAll(ObjectKeyFrame[]) Méthode

Définition

Efface initialement la collection, puis insère le tableau fourni en tant que nouveaux éléments.

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())

Paramètres

items
ObjectKeyFrame[]

Nouveaux éléments de collection.

Implémente

S’applique à