Aracılığıyla paylaş


IComponentActivator.CreateInstance(Type) Yöntem

Tanım

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

public:
 Microsoft::AspNetCore::Components::IComponent ^ CreateInstance(Type ^ componentType);
public Microsoft.AspNetCore.Components.IComponent CreateInstance (Type componentType);
abstract member CreateInstance : Type -> Microsoft.AspNetCore.Components.IComponent
Public Function CreateInstance (componentType As Type) As IComponent

Parametreler

componentType
Type

Oluşturulacak bileşen türü.

Döndürülenler

Yeni oluşturulan bileşene başvuru.

Şunlara uygulanır