WizardStepCollectionEditor.CreateInstance(Type) Methode

Definition

Erstellt eine Instanz der Auflistung vom angegebenen Type.

protected:
 override System::Object ^ CreateInstance(Type ^ itemType);
protected override object CreateInstance (Type itemType);
override this.CreateInstance : Type -> obj
Protected Overrides Function CreateInstance (itemType As Type) As Object

Parameter

itemType
Type

Der Type der zu erstellenden Auflistung.

Gibt zurück

Object

Eine Auflistung vom angegebenen itemType.

Gilt für

Siehe auch