InstanceCreationEditor.CreateInstance(ITypeDescriptorContext, Type) Metodo

Definizione

Quando è sottoposto a override in una classe derivata, restituisce un'istanza del tipo specificato.

public:
 abstract System::Object ^ CreateInstance(System::ComponentModel::ITypeDescriptorContext ^ context, Type ^ instanceType);
public abstract object CreateInstance (System.ComponentModel.ITypeDescriptorContext context, Type instanceType);
public abstract object? CreateInstance (System.ComponentModel.ITypeDescriptorContext context, Type instanceType);
abstract member CreateInstance : System.ComponentModel.ITypeDescriptorContext * Type -> obj
Public MustOverride Function CreateInstance (context As ITypeDescriptorContext, instanceType As Type) As Object

Parametri

context
ITypeDescriptorContext

Informazioni di contesto.

instanceType
Type

Tipo specificato.

Restituisce

Istanza del tipo specificato o valore null.

Si applica a