metodo System::ComponentModel::IContainer::Add

IContainer::Add method

Informazioni RTTI.

virtual void System::ComponentModel::IContainer::Add(System::SharedPtr<IComponent> component)=0
ParametroTipoDescrizione
componentSystem::SharedPtr<IComponent>Component da aggiungere.

Osservazioni

Aggiunge il componente al contenitore.

Vedi anche