PropertyDescriptor.CreateInstance(Type) Metodo

Definizione

Crea un'istanza del tipo specificato.

protected:
 System::Object ^ CreateInstance(Type ^ type);
protected object CreateInstance (Type type);
protected object? CreateInstance (Type type);
member this.CreateInstance : Type -> obj
Protected Function CreateInstance (type As Type) As Object

Parametri

type
Type

Oggetto Type che rappresenta il tipo da creare.

Restituisce

Nuova istanza del tipo.

Commenti

CreateInstance cerca un costruttore che accetta il tipo specificato. Se trova un costruttore, viene passato il tipo della proprietà.

I convertitori e gli editor usano questo metodo per creare versioni di un componente. Questo metodo consente di riutilizzare un singolo componente per più di un tipo.

Si applica a

Vedi anche