WizardStepCollectionEditor.CreateNewItemTypes Method

Definition

Retrieves the data types this collection can contain.

protected:
 override cli::array <Type ^> ^ CreateNewItemTypes();
protected override Type[] CreateNewItemTypes ();
override this.CreateNewItemTypes : unit -> Type[]
Protected Overrides Function CreateNewItemTypes () As Type()

Returns

Type[]

An array of Type objects.

Remarks

The default implementation looks in the collection for the Item property and returns the returning Type of the item. Do not call this directly. Instead, use the NewItemTypes property of the base class. Use the CreateNewItemTypes method to override the default implementation.

Applies to

See also