System::ComponentModel::IContainer::Add method

IContainer::Add method

Información RTTI.

virtual void System::ComponentModel::IContainer::Add(System::SharedPtr<IComponent> component)=0
ParámetroTipoDescripción
componentSystem::SharedPtr<IComponent>Component para agregar.

Observaciones

Agrega el componente al contenedor.

Ver también