This documentation is archived and is not being maintained.

CollectionEditor.CollectionItemType Property

Gets the data type of each item in the collection.

[Visual Basic]
Protected ReadOnly Property CollectionItemType As Type
[C#]
protected Type CollectionItemType {get;}
[C++]
protected: __property Type* get_CollectionItemType();
[JScript]
protected function get CollectionItemType() : Type;

Property Value

The data type of the collection items.

Remarks

This property represents the data type of the items of the collection.

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

.NET Framework Security: 

See Also

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

Show: