ObjectKeyFrameCollection.ReplaceAll(ObjectKeyFrame[]) 方法

定义

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

public:
 virtual void ReplaceAll(Platform::Array <ObjectKeyFrame ^> ^ items) = IVector<ObjectKeyFrame ^>::ReplaceAll;
void ReplaceAll(winrt::array_view <ObjectKeyFrame const&> const& items);
public void ReplaceAll(ObjectKeyFrame[] items);
function replaceAll(items)
Public Sub ReplaceAll (items As ObjectKeyFrame())

参数

items
ObjectKeyFrame[]

新的集合项。

实现

适用于