System::ComponentModel::IContainer::Add 方法
IContainer::Add method
RTTI 信息。
virtual void System::ComponentModel::IContainer::Add(System::SharedPtr<IComponent> component)=0
| 参数 | 类型 | 描述 |
|---|---|---|
| component | System::SharedPtr<IComponent> | 要添加的 Component。 |
备注
将组件添加到容器中。
另见
- Typedef SharedPtr
- Class IComponent
- Class IContainer
- Namespace System::ComponentModel
- Library Aspose.Font for C++