次の方法で共有


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

作成するコンポーネントの型。

戻り値

新しく作成されたコンポーネントへの参照。

適用対象