다음을 통해 공유


UIElementCollection.ReplaceAll(UIElement[]) 메서드

정의

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

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

매개 변수

items
UIElement[]

새 컬렉션 항목입니다.

구현

설명

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

C# 또는 Microsoft Visual Basic을 사용하여 프로그래밍하는 경우 ReplaceAll에 해당하는 단일 호출이 없습니다. Clear를 사용한 다음 추가에 대한 연속 호출을 사용합니다.

적용 대상

추가 정보