The available item types that can be created for this collection. This defaults to a single type of CollectionItemType. If more than one type is returned the collection editor will provide a way to choose which item to create.
[Visual Basic] Protected ReadOnly Property NewItemTypes As Type () [C#] protected Type[] NewItemTypes {get;} [C++] protected: __property Type* get_NewItemTypes(); [JScript] protected function get NewItemTypes() : Type[];
CollectionEditor Class | CollectionEditor Members | System.ComponentModel.Design Namespace