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