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 (IComponent)

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

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

Parameters

component
The IComponent to add.

Return Value

None.

See Also

IContainer Interface | IContainer Members | System.ComponentModel Namespace | IContainer.Add Overload List