Gets the data types that this collection editor can contain.

Namespace: BlueCieloECM.InnoCielo.Meridian.Design
Assembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 1.4.0.0 (1.4.40.0)

Syntax

C#
protected override Type[] CreateNewItemTypes()
Visual Basic
Protected Overrides Function CreateNewItemTypes As Type()
Visual C++
protected:
virtual array<Type^>^ CreateNewItemTypes() override

Return Value

An array of data types that this collection can contain.

See Also