Share via


UIElementWeakCollection.ReplaceAll(UIElement[]) Metode

Definisi

Awalnya menghapus koleksi, lalu menyisipkan array yang disediakan sebagai item baru.

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

Parameter

items
UIElement[]

Item koleksi baru.

Penerapan

Berlaku untuk