Compartir a través de


IComponentActivator.CreateInstance(Type) Método

Definición

Crea un componente del tipo especificado.

public:
 Microsoft::AspNetCore::Components::IComponent ^ CreateInstance(Type ^ componentType);
public Microsoft.AspNetCore.Components.IComponent CreateInstance (Type componentType);
abstract member CreateInstance : Type -> Microsoft.AspNetCore.Components.IComponent
Public Function CreateInstance (componentType As Type) As IComponent

Parámetros

componentType
Type

Tipo de componente que se va a crear.

Devoluciones

Referencia al componente recién creado.

Se aplica a