Share via


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

만들 구성 요소의 형식입니다.

반환

새로 만든 구성 요소에 대한 참조입니다.

적용 대상