ComponentRegistration class

ComponentRegistration 是用來探索元件資產的簽章類別。

屬性

components

取得已註冊的所有 ComponentRegistration 物件清單。

方法

add(ComponentRegistration)

新增元件,每個類型只能有一個實例供元件使用。

屬性詳細資料

components

取得已註冊的所有 ComponentRegistration 物件清單。

static ComponentRegistration[] components

屬性值

ComponentRegistration 對象的清單。

方法詳細資料

add(ComponentRegistration)

新增元件,每個類型只能有一個實例供元件使用。

static function add(componentRegistration: ComponentRegistration)

參數

componentRegistration
ComponentRegistration

要註冊的元件。