다음을 통해 공유


DoubleKeyFrameCollection.ReplaceAll(DoubleKeyFrame[]) 메서드

정의

처음에 컬렉션을 지운 다음 제공된 배열을 새 항목으로 삽입합니다.

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

매개 변수

items
DoubleKeyFrame[]

새 컬렉션 항목입니다.

구현

설명

변경된 이벤트를 추적하는 구현의 경우 초기 재설정은 이벤트를 발생시키지만 추가된 항목은 불연속 이벤트를 발생시키지 않습니다.

적용 대상