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.Remove

Removes a component from the IContainer.

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

Parameters

component
The IComponent to remove.

Return Value

None.

See Also

IContainer Interface | IContainer Members | System.ComponentModel Namespace