Renderer.InstantiateComponent(Type) Metoda

Definice

Vytvoří novou součást zadaného 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 komponenty pro vytvoření instance.

Návraty

IComponent

Instance komponenty.

Platí pro