NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

CollectionEditor.NewItemTypes

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[];

See Also

CollectionEditor Class | CollectionEditor Members | System.ComponentModel.Design Namespace