NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

IContainer.Add

Adds the specified component to the IContainer.

Overload List

Adds the specified IComponent to the IContainer at the end of the list, and assigns a name to the component.

[Visual Basic] Overloads Sub Add(IComponent, String)
[C#] void Add(IComponent, String);
[C++] void Add(IComponent*, String) = 0;
[JScript] function Add(IComponent, String);

Adds the specified IComponent to the IContainer at the end of the list.

[Visual Basic] Overloads Sub Add(IComponent)
[C#] void Add(IComponent);
[C++] void Add(IComponent*) = 0;
[JScript] function Add(IComponent);

See Also

IContainer Interface | IContainer Members | System.ComponentModel Namespace