다음을 통해 공유


IViewComponentActivator 인터페이스

정의

ViewComponent를 인스턴스화하고 해제하는 메서드를 제공합니다.

public interface class IViewComponentActivator
public interface IViewComponentActivator
type IViewComponentActivator = interface
Public Interface IViewComponentActivator
파생

메서드

Create(ViewComponentContext)

ViewComponent를 인스턴스화합니다.

Release(ViewComponentContext, Object)

ViewComponent instance 릴리스합니다.

ReleaseAsync(ViewComponentContext, Object)

ViewComponent instance 릴리스합니다.

적용 대상