Compartilhar via


UIElementWeakCollection.ReplaceAll(UIElement[]) Método

Definição

Inicialmente limpa a coleção e insere a matriz fornecida como novos itens.

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[]

Os novos itens de coleção.

Implementações

Aplica-se a