Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

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.

Namespace:   System.ComponentModel
Assembly:  System (in System.dll)

void Add(
	IComponent^ component,
	String^ name
)

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
Return to top
Show:
© 2017 Microsoft