Freigeben über


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

Parameter

items
WindowTab[]

Die neuen Sammlungselemente.

Implementiert

Hinweise

Wichtig

Diese API gilt nur für Win32-Desktop-Apps. UWP und andere App-Typen werden nicht unterstützt.

Gilt für: