TriggerActionCollection.ReplaceAll(TriggerAction[]) Methode

Definition

Löscht zunächst die Auflistung und fügt dann das bereitgestellte Array als neue Elemente ein.

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

Parameter

items
TriggerAction[]

Die neuen Sammlungselemente.

Implementiert

Gilt für: