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

IContainer::Add method

RTTI 信息。

virtual void System::ComponentModel::IContainer::Add(System::SharedPtr<IComponent> component)=0
ParameterType描述
componentSystem::SharedPtr<IComponent>Component 用于添加。

备注

将组件添加到容器中。

另见