IComponentActivator.CreateInstance(Type) 方法

定义

创建指定类型的组件。

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

参数

componentType
Type

要创建的组件的类型。

返回

对新创建的组件的引用。

适用于