다음을 통해 공유


WizardStepCollectionEditor.CreateNewItemTypes 메서드

정의

이 컬렉션에 포함할 수 있는 데이터 형식을 검색합니다.

protected:
 override cli::array <Type ^> ^ CreateNewItemTypes();
protected override Type[] CreateNewItemTypes ();
override this.CreateNewItemTypes : unit -> Type[]
Protected Overrides Function CreateNewItemTypes () As Type()

반환

Type[]

Type 개체의 배열입니다.

설명

기본 구현은 컬렉션에서 Item 속성을 찾고 반환되는 항목의 Type을 반환합니다. 직접 호출하지 마세요. 대신 기본 클래스의 NewItemTypes 속성을 사용합니다. 메서드를 CreateNewItemTypes 사용하여 기본 구현을 재정의합니다.

적용 대상

추가 정보