PathSegmentCollection.ReplaceAll(PathSegment[]) Method

Definition

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

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())

Parameters

items
PathSegment[]

The new collection items.

Implements

Applies to