GradientStopCollection.ReplaceAll(GradientStop[]) 메서드

정의

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

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

매개 변수

items
GradientStop[]

새 컬렉션 항목입니다.

구현

설명

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

적용 대상