Поделиться через


Renderer.InstantiateComponent(Type) Метод

Определение

Создает новый компонент указанного типа.

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

Параметры

componentType
Type

Тип компонента для создания экземпляра.

Возвращаемое значение

Экземпляр компонента.

Применяется к