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!

Container.Add

Adds a component to the Container.

Overload List

Adds the specified component to the Container and assigns a name to it.

[Visual Basic] Overloads Overridable Public Sub Add(IComponent, String)
[C#] public virtual void Add(IComponent, String);
[C++] public: virtual void Add(IComponent*, String);
[JScript] public function Add(IComponent, String);

Adds the specified component to the Container. The component is unnamed.

[Visual Basic] Overloads Overridable Public Sub Add(IComponent)
[C#] public virtual void Add(IComponent);
[C++] public: virtual void Add(IComponent*);
[JScript] public function Add(IComponent);

See Also

Container Class | Container Members | System.ComponentModel Namespace