IContainer::Add Method (IComponent^, String^)
.NET Framework (current version)
Adds the specified IComponent to the IContainer at the end of the list, and assigns a name to the component.
Assembly: System (in System.dll)
Parameters
- component
-
Type:
System.ComponentModel::IComponent^
The IComponent to add.
- name
-
Type:
System::String^
The unique, case-insensitive name to assign to the component.
-or-
null that leaves the component unnamed.
The new IComponent is added at the end of the list.
Notes to Inheritors:
When you inherit from Add, you must assure that name, if not null, is unique for this IContainer.
.NET Framework
Available since 1.1
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Available since 1.1
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Show: