UIElementWeakCollection.ReplaceAll(UIElement[]) Método

Definición

Inicialmente borra la colección y, a continuación, inserta la matriz proporcionada como nuevos elementos.

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

Parámetros

items
UIElement[]

Nuevos elementos de colección.

Implementaciones

Se aplica a