共用方式為


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[]

新的集合專案。

實作

適用於