System::ComponentModel::IContainer::Add Methode

IContainer::Add method

RTTI-Informationen.

virtual void System::ComponentModel::IContainer::Add(System::SharedPtr<IComponent> component)=0
ParameterTypBeschreibung
componentSystem::SharedPtr<IComponent>Component zum Hinzufügen.

Hinweise

Fügt die Komponente dem Container hinzu.

Siehe auch