Share via


Renderer.InstantiateComponent(Type) Método

Definição

Constrói um novo componente do 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

O tipo do componente a ser instanciado.

Retornos

A instância do componente.

Aplica-se a