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.CreateCollectionItemType

Retrieves the data type this collection contains. The default implementation looks inside of the collection for the Item property and returns the returning datatype of the item. Do not call this method directly. Instead, use the CollectionItemType property. Use this method to override the default implementation.

[Visual Basic]
Overridable Protected Function CreateCollectionItemType() As Type
[C#]
protected virtual Type CreateCollectionItemType();
[C++]
protected: virtual Type* CreateCollectionItemType();
[JScript]
protected function CreateCollectionItemType() : Type;

Return Value

The data type the collection is designed to contain.

See Also

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