GeometryCollection.ReplaceAll(Geometry[]) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
처음에 컬렉션을 지운 다음 제공된 배열을 새 항목으로 삽입합니다.
public:
virtual void ReplaceAll(Platform::Array <Geometry ^> ^ items) = IVector<Geometry ^>::ReplaceAll;
void ReplaceAll(winrt::array_view <Geometry const&> const& items);
public void ReplaceAll(Geometry[] items);
function replaceAll(items)
Public Sub ReplaceAll (items As Geometry())
매개 변수
- items
- Geometry[]
새 컬렉션 항목입니다.
구현
설명
성공하면 이 메서드를 호출하면 컬렉션 크기가 1씩 줄어듭니다.