Partager via


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

Paramètres

items
UIElement[]

Nouveaux éléments de collection.

Implémente

S’applique à