IContainer.Add Method (IComponent, String)
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 InheritorsWhen you inherit from Add, you must assure that name, if not null, is unique for this IContainer.
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.