PathSegmentCollection.ReplaceAll(PathSegment[]) 方法

定义

最初清除集合,然后将提供的数组作为新项插入。

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

参数

items
PathSegment[]

新的集合项。

实现

适用于