DesignSurface.CreateInstance(Type) Metodo

Definizione

Crea un'istanza del tipo indicato.

protected public:
 virtual System::Object ^ CreateInstance(Type ^ type);
protected internal virtual object CreateInstance (Type type);
protected internal virtual object? CreateInstance (Type type);
abstract member CreateInstance : Type -> obj
override this.CreateInstance : Type -> obj
Protected Friend Overridable Function CreateInstance (type As Type) As Object

Parametri

type
Type

Tipo da creare.

Restituisce

Oggetto appena creato.

Eccezioni

type è null.

L'interfaccia IDesignerHost collegata all'oggetto DesignSurface è stata eliminata.

Commenti

Se type è un oggetto IComponent, CreateInstance cerca innanzitutto un costruttore di tipo IContainer , seguito da un costruttore vuoto.

Si applica a