Aracılığıyla paylaş


Renderer.InstantiateComponent(Type) Yöntem

Tanım

Belirtilen türde yeni bir bileşen oluşturur.

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

Parametreler

componentType
Type

Örnek oluşturacak bileşenin türü.

Döndürülenler

Bileşen örneği.

Şunlara uygulanır