RowDefinitionCollection.ReplaceAll(RowDefinition[]) Método

Definição

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

public:
 virtual void ReplaceAll(Platform::Array <RowDefinition ^> ^ items) = IVector<RowDefinition ^>::ReplaceAll;
void ReplaceAll(winrt::array_view <RowDefinition const&> const& items);
public void ReplaceAll(RowDefinition[] items);
function replaceAll(items)
Public Sub ReplaceAll (items As RowDefinition())

Parâmetros

items
RowDefinition[]

Os novos itens de coleção.

Implementações

Aplica-se a