Condividi tramite


WizardStepCollectionEditor.CreateInstance(Type) Metodo

Definizione

Crea un'istanza dell'insieme della classe Type specificata.

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

Parametri

itemType
Type

Classe Type dell'insieme da creare.

Restituisce

Insieme del tipo specificato con itemType.

Si applica a

Vedi anche