System::ComponentModel::IContainer::Add 方法

IContainer::Add method

RTTI 信息。

virtual void System::ComponentModel::IContainer::Add(System::SharedPtr<IComponent> component)=0
参数类型描述
componentSystem::SharedPtr<IComponent>要添加的 Component

备注

将组件添加到容器中。

另见