Condividi tramite


Renderer.InstantiateComponent(Type) Metodo

Definizione

Costruisce un nuovo componente del tipo specificato.

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

Parametri

componentType
Type

Tipo del componente da creare un'istanza.

Restituisce

Istanza del componente.

Si applica a