Udostępnij za pośrednictwem


Renderer.InstantiateComponent(Type) Metoda

Definicja

Tworzy nowy składnik określonego typu.

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

Parametry

componentType
Type

Typ składnika do utworzenia wystąpienia.

Zwraca

Wystąpienie składnika.

Dotyczy