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

インスタンス化するコンポーネントの型。

戻り値

コンポーネントのインスタンス。

適用対象