InlineCollection.ReplaceAll(Inline[]) Method

Definition

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

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

Parameters

items
Inline[]

The new collection items.

Implements

Applies to