다음을 통해 공유


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

인스턴스화할 구성 요소의 형식입니다.

반환

구성 요소 인스턴스입니다.

적용 대상