다음을 통해 공유


ComponentRegistration class

ComponentRegistration은 구성 요소에서 자산을 검색하기 위한 서명 클래스입니다.

속성

components

등록된 모든 ComponentRegistration 개체의 목록을 가져옵니다.

메서드

add(ComponentRegistration)

구성 요소를 추가하면 구성 요소에 대해 형식당 하나의 인스턴스만 허용됩니다.

속성 세부 정보

components

등록된 모든 ComponentRegistration 개체의 목록을 가져옵니다.

static ComponentRegistration[] components

속성 값

ComponentRegistration 개체의 목록입니다.

메서드 세부 정보

add(ComponentRegistration)

구성 요소를 추가하면 구성 요소에 대해 형식당 하나의 인스턴스만 허용됩니다.

static function add(componentRegistration: ComponentRegistration)

매개 변수

componentRegistration
ComponentRegistration

등록할 구성 요소입니다.