RowDefinitionCollection.ReplaceAll(RowDefinition[]) Method

Definition

Initially clears the collection, then inserts the provided array as new items.

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

Parameters

items
RowDefinition[]

The new collection items.

Implements

Applies to