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

Parameter

items
PathSegment[]

Die neuen Sammlungselemente.

Implementiert

Gilt für: