Freigeben über


BlockCollection.ReplaceAll(Block[]) 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 <Block ^> ^ items) = IVector<Block ^>::ReplaceAll;
void ReplaceAll(winrt::array_view <Block const&> const& items);
public void ReplaceAll(Block[] items);
function replaceAll(items)
Public Sub ReplaceAll (items As Block())

Parameter

items
Block[]

Die neuen Sammlungselemente.

Implementiert

Gilt für: