Renderer.InstantiateComponent(Type) Método

Definición

Construye un nuevo componente del tipo especificado.

protected:
 Microsoft::AspNetCore::Components::IComponent ^ InstantiateComponent(Type ^ componentType);
protected Microsoft.AspNetCore.Components.IComponent InstantiateComponent (Type componentType);
member this.InstantiateComponent : Type -> Microsoft.AspNetCore.Components.IComponent
Protected Function InstantiateComponent (componentType As Type) As IComponent

Parámetros

componentType
Type

Tipo del componente que se va a crear una instancia.

Devoluciones

Instancia del componente.

Se aplica a