TriggerCollection.ReplaceAll(TriggerBase[]) Method

Definition

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

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

Parameters

items
TriggerBase[]

The new collection items.

Implements

Applies to