Share via


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

새 컬렉션 항목입니다.

구현

적용 대상